#FDCEFC

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

Shades of Snuff #FDCEFC

Tints of Snuff #FDCEFC

Color information

#FDCEFC (or 0xFDCEFC) is unknown color: approx Snuff. HEX triplet: FD, CE and FC. RGB value is (253,206,252). Sum of RGB (Red+Green+Blue) = 253+206+252=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEFC is #023103. Grayscale: #E1E1E1. Windows color (decimal): -143620 or 16568061. OLE color: 16568061.

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

Color convert

RGB253206252-
CMYK00.190.000.01
HSL301.28º92.16%90%-
HSV(B)301.28º18.58%99.22%-
XYZ80.1572.05101.78-
YUV225.3143.07147.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 206 (80.86% from 255) = 28.97%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=35.58%
G=28.97%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320625200.190.000.01301.2892.1690
HexFDCEFC0130112d5c5a
Octal37531637402301455134132
Binary1111110111001110111111000100110110010110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEFC; }

 p { color: rgb(253,206,252); }

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

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

 a { background-color: rgb(253,206,252); }

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

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

 span { border-color: rgb(253,206,252); }

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