#FBD8F4

Color #FBD8F4 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FBD8F4

Tints of Snuff #FBD8F4

Color information

#FBD8F4 (or 0xFBD8F4) is unknown color: approx Snuff. HEX triplet: FB, D8 and F4. RGB value is (251,216,244). Sum of RGB (Red+Green+Blue) = 251+216+244=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8F4 is #04270B. Grayscale: #E5E5E5. Windows color (decimal): -272140 or 16046331. OLE color: 16046331.

HSL color Cylindrical-coordinate representation of color #FBD8F4: hue angle of 312º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD8F4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251216244-
CMYK00.140.030.02
HSL312º81.4%91.57%-
HSV(B)312º13.94%98.43%-
XYZ80.6776.1596.04-
YUV229.66136.1143.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 216 (84.77% from 255) = 30.38%
BLUE value IS 244 (95.70% from 255) = 34.32%
R=35.30%
G=30.38%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121624400.140.030.0231281.491.57
HexFBD8F40E32138515c
Octal37333036401632470121134
Binary11111011110110001111010001110111010011100010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8F4; }

 p { color: rgb(251,216,244); }

 H1.HeaderClassName
 {
   color: #FBD8F4;
 }
 .AnyTagClassName
 {
   color: #FBD8F4;
 }
</style>
background-color css

<style>
 a { background-color: #FBD8F4; }

 a { background-color: rgb(251,216,244); }

 div.DivClassName
 {
   background-color: #FBD8F4;
 }
 .BgClassName
 {
   background-color: #FBD8F4;
 }
</style>
border-color css

<style>
 span { border-color: #FBD8F4; }

 span { border-color: rgb(251,216,244); }

 td.TdClassName
 {
   border-color: #FBD8F4;
 }
 .TagClassName
 {
   border-color: #FBD8F4;
 }
</style>