#FCCCFE

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

Shades of Snuff #FCCCFE

Tints of Snuff #FCCCFE

Color information

#FCCCFE (or 0xFCCCFE) is unknown color: approx Snuff. HEX triplet: FC, CC and FE. RGB value is (252,204,254). Sum of RGB (Red+Green+Blue) = 252+204+254=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFE is #033301. Grayscale: #DFDFDF. Windows color (decimal): -209666 or 16698620. OLE color: 16698620.

HSL color Cylindrical-coordinate representation of color #FCCCFE: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCCFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252204254-
CMYK0.010.2000.00
HSL297.6º96.15%89.8%-
HSV(B)297.6º19.69%99.61%-
XYZ79.6371.04103.28-
YUV224.05144.9147.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 28.73%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=35.49%
G=28.73%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522042540.010.2000.00297.696.1589.8
HexFCCCFE1140012a605a
Octal37431437612400452140132
Binary1111110011001100111111101101000010010101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCFE; }

 p { color: rgb(252,204,254); }

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

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

 a { background-color: rgb(252,204,254); }

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

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

 span { border-color: rgb(252,204,254); }

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