COLOR #FBFFD4

HEX: #FBFFD4
RGB: (251,255,212)

Color info

#FBFFD4 contains red, green and blue colors in about the same proportion. Web safe color of #FBFFD4 is #FFFFCC (or #FFC).

RGB color model

#FBFFD4 color RGB value is (251,255,212).

  • red value is 251;
  • green value is 255;
  • blue value is 212.
RGB:
(251,255,212)
(98%,100%,83%)

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 212 of 255 = 83%

251
255
212

R + G + B ~ 94%. #FBFFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 212 = 718 (100%)
R 251 of 718 ~ 34.96%
G 255 of 718 ~ 35.52%
B 212 of 718 ~ 29.53%

%34.96
%35.52
%29.53

CMYK color model

#FBFFD4 color CMYK value is (2,0,17,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(2,0,17,0)
C2M0Y17K0 
(2%,0%,17%,0%)
(0.02/0.00/0.17/0.00)	

CMYK percentages

%1.57
%0
%16.86
%0

Codes

Color #FBFFD4 in popluar color models

FBFFD4
RGB251255212
HSL66°100.00%91.57%
HSB/HSV66°16.86%100.00%
CMYK1.57%0.00%16.86%
0.00%

Color #FBFFD4 in popluar number systems.

HEXFBFFD4
Decimal251255212
Binary111110111111111111010100
Octal373377324

Shades and tints

Shades of #FBFFD4

#FBFFD4
(251,255,212)
#E5E8C1
(229,232,193)
#CFD1AE
(207,209,174)
#B9BA9B
(185,186,155)
#A3A388
(163,163,136)
#8D8C75
(141,140,117)
#777562
(119,117,98)
#615E4F
(97,94,79)
#4B473C
(75,71,60)
#353029
(53,48,41)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #FBFFD4

#FBFFD4
(251,255,212)
#FBFFD7
(251,255,215)
#FBFFDA
(251,255,218)
#FBFFDD
(251,255,221)
#FBFFE0
(251,255,224)
#FBFFE3
(251,255,227)
#FBFFE6
(251,255,230)
#FBFFE9
(251,255,233)
#FBFFEC
(251,255,236)
#FBFFEF
(251,255,239)
#FBFFF2
(251,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBFFD4 color. Also use rgb(251,255,212) instead hex code.

Text Font Color

.myTextColor { color: #FBFFD4; }

<p style="color:#FBFFD4">This sample text font color is #FBFFD4.</p>

This text font color is #FBFFD4.


Background Color

.myBgColor { background-color: #FBFFD4; }

<div style="background-color:#FBFFD4">Inner text</div>

This div background color is #FBFFD4.


Border color

.myBorderColor { border: 1px solid #FBFFD4; }

<div style="border:3px solid #FBFFD4">Div</div>

This div border color is #FBFFD4.


Opacity

.myOpacity80 { color: #FBFFD4; opacity: 0.8; }

<p style="color:#FBFFD4;opacity:0.8;">80%</p>

Text with #FBFFD4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBFFD4;}

<p style="text-shadow: 3px 3px 1px #FBFFD4">Text here.</p>

This text has shadow with #FBFFD4 color.

.textShadow {text-shadow: 3px 3px 1px #FBFFD4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBFFD4, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBFFD4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBFFD4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBFFD4, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBFFD4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FBFFD4;
  -webkit-box-shadow:	1px 1px 3px 2px #FBFFD4;
  box-shadow:		1px 1px 3px 2px #FBFFD4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBFFD4;
-webkit-box-shadow: 1px 1px 3px 2px #FBFFD4;
box-shadow:1px 1px 3px 2px #FBFFD4;">
Div content here</div>
This div box has shadow with color #FBFFD4.

Preview

Color preview on black background

This text has color #FBFFD4 on black background.


Color preview on white background

This text has color #FBFFD4 on white background.



Black color preview on #FBFFD4 background

This text has black color on #FBFFD4 background.


White color preview on #FBFFD4 background

This text has white color on #FBFFD4 background.