#FBDCF4

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

Shades of Snuff #FBDCF4

Tints of Snuff #FBDCF4

Color information

#FBDCF4 (or 0xFBDCF4) is unknown color: approx Snuff. HEX triplet: FB, DC and F4. RGB value is (251,220,244). Sum of RGB (Red+Green+Blue) = 251+220+244=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCF4 is #04230B. Grayscale: #E7E7E7. Windows color (decimal): -271116 or 16047355. OLE color: 16047355.

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

Color convert

RGB251220244-
CMYK00.120.030.02
HSL313.55º79.49%92.35%-
HSV(B)313.55º12.35%98.43%-
XYZ81.7178.2396.38-
YUV232134.77141.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=35.10%
G=30.77%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122024400.120.030.02313.5579.4992.35
HexFBDCF40C3213a4f5c
Octal37333436401432472117134
Binary11111011110111001111010001100111010011101010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCF4; }

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

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

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

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

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

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

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

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