#FDCCFE

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

Shades of Snuff #FDCCFE

Tints of Snuff #FDCCFE

Color information

#FDCCFE (or 0xFDCCFE) is unknown color: approx Snuff. HEX triplet: FD, CC and FE. RGB value is (253,204,254). Sum of RGB (Red+Green+Blue) = 253+204+254=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 204 (80.08% from 255 or 28.69% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFE is #023301. Grayscale: #E0E0E0. Windows color (decimal): -144130 or 16698621. OLE color: 16698621.

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

Color convert

RGB253204254-
CMYK0.000.2000.00
HSL298.8º96.15%89.8%-
HSV(B)298.8º19.69%99.61%-
XYZ79.9971.22103.3-
YUV224.35144.73148.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 28.69%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=35.58%
G=28.69%
B=35.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532042540.000.2000.00298.896.1589.8
HexFDCCFE0140012b605a
Octal37531437602400453140132
Binary1111110111001100111111100101000010010101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCFE; }

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

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

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

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

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

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

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

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