#FDCCFC

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

Shades of Snuff #FDCCFC

Tints of Snuff #FDCCFC

Color information

#FDCCFC (or 0xFDCCFC) is unknown color: approx Snuff. HEX triplet: FD, CC and FC. RGB value is (253,204,252). Sum of RGB (Red+Green+Blue) = 253+204+252=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFC is #023303. Grayscale: #DFDFDF. Windows color (decimal): -144132 or 16567549. OLE color: 16567549.

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

Color convert

RGB253204252-
CMYK00.190.000.01
HSL301.22º92.45%89.61%-
HSV(B)301.22º19.37%99.22%-
XYZ79.6771.1101.62-
YUV224.12143.73148.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 204 (80.08% from 255) = 28.77%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=35.68%
G=28.77%
B=35.54%

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
Decimal25320425200.190.000.01301.2292.4589.61
HexFDCCFC0130112d5c5a
Octal37531437402301455134132
Binary1111110111001100111111000100110110010110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCFC; }

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

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

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

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

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

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

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

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