#FBD9F4

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

Shades of Snuff #FBD9F4

Tints of Snuff #FBD9F4

Color information

#FBD9F4 (or 0xFBD9F4) is unknown color: approx Snuff. HEX triplet: FB, D9 and F4. RGB value is (251,217,244). Sum of RGB (Red+Green+Blue) = 251+217+244=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 244 (95.70% from 255 or 34.27% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F4 is #04260B. Grayscale: #E6E6E6. Windows color (decimal): -271884 or 16046587. OLE color: 16046587.

HSL color Cylindrical-coordinate representation of color #FBD9F4: hue angle of 312.35º 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 #FBD9F4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251217244-
CMYK00.140.030.02
HSL312.35º80.95%91.76%-
HSV(B)312.35º13.55%98.43%-
XYZ80.9376.6796.12-
YUV230.24135.76142.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 217 (85.16% from 255) = 30.48%
BLUE value IS 244 (95.70% from 255) = 34.27%
R=35.25%
G=30.48%
B=34.27%

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
Decimal25121724400.140.030.02312.3580.9591.76
HexFBD9F40E32138515c
Octal37333136401632470121134
Binary11111011110110011111010001110111010011100010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9F4; }

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

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

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

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

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

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

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

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