#FCDAF8

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

Shades of Snuff #FCDAF8

Tints of Snuff #FCDAF8

Color information

#FCDAF8 (or 0xFCDAF8) is unknown color: approx Snuff. HEX triplet: FC, DA and F8. RGB value is (252,218,248). Sum of RGB (Red+Green+Blue) = 252+218+248=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF8 is #032507. Grayscale: #E7E7E7. Windows color (decimal): -206088 or 16308988. OLE color: 16308988.

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

Color convert

RGB252218248-
CMYK00.130.020.01
HSL307.06º85%92.16%-
HSV(B)307.06º13.49%98.82%-
XYZ82.1677.6299.46-
YUV231.59137.26142.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 218 (85.55% from 255) = 30.36%
BLUE value IS 248 (97.27% from 255) = 34.54%
R=35.10%
G=30.36%
B=34.54%

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
Decimal25221824800.130.020.01307.068592.16
HexFCDAF80D21133555c
Octal37433237001521463125134
Binary1111110011011010111110000110110110011001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAF8; }

 p { color: rgb(252,218,248); }

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

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

 a { background-color: rgb(252,218,248); }

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

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

 span { border-color: rgb(252,218,248); }

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