#FCCEFD

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

Shades of Snuff #FCCEFD

Tints of Snuff #FCCEFD

Color information

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

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

Color convert

RGB252206253-
CMYK0.000.1900.01
HSL298.72º92.16%90%-
HSV(B)298.72º18.58%99.22%-
XYZ79.9571.93102.6-
YUV225.11143.74147.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522062530.000.1900.01298.7292.1690
HexFCCEFD0130112b5c5a
Octal37431637502301453134132
Binary1111110011001110111111010100110110010101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEFD; }

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

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

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

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

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

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

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

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