#FCDBF7

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

Shades of Snuff #FCDBF7

Tints of Snuff #FCDBF7

Color information

#FCDBF7 (or 0xFCDBF7) is unknown color: approx Snuff. HEX triplet: FC, DB and F7. RGB value is (252,219,247). Sum of RGB (Red+Green+Blue) = 252+219+247=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF7 is #032408. Grayscale: #E7E7E7. Windows color (decimal): -205833 or 16243708. OLE color: 16243708.

HSL color Cylindrical-coordinate representation of color #FCDBF7: hue angle of 309.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBF7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252219247-
CMYK00.130.020.01
HSL309.09º84.62%92.35%-
HSV(B)309.09º13.1%98.82%-
XYZ82.2678.0798.73-
YUV232.06136.43142.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 247 (96.88% from 255) = 34.40%
R=35.10%
G=30.50%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221924700.130.020.01309.0984.6292.35
HexFCDBF70D21135555c
Octal37433336701521465125134
Binary1111110011011011111101110110110110011010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBF7; }

 p { color: rgb(252,219,247); }

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

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

 a { background-color: rgb(252,219,247); }

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

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

 span { border-color: rgb(252,219,247); }

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