#FCDAF6

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

Shades of Snuff #FCDAF6

Tints of Snuff #FCDAF6

Color information

#FCDAF6 (or 0xFCDAF6) is unknown color: approx Snuff. HEX triplet: FC, DA and F6. RGB value is (252,218,246). Sum of RGB (Red+Green+Blue) = 252+218+246=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF6 is #032509. Grayscale: #E7E7E7. Windows color (decimal): -206090 or 16177916. OLE color: 16177916.

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

Color convert

RGB252218246-
CMYK00.130.020.01
HSL310.59º85%92.16%-
HSV(B)310.59º13.49%98.82%-
XYZ81.8577.4997.83-
YUV231.36136.26142.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=35.20%
G=30.45%
B=34.36%

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
Decimal25221824600.130.020.01310.598592.16
HexFCDAF60D21137555c
Octal37433236601521467125134
Binary1111110011011010111101100110110110011011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAF6; }

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

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

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

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

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

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

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

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