#FCCCF9

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

Shades of Snuff #FCCCF9

Tints of Snuff #FCCCF9

Color information

#FCCCF9 (or 0xFCCCF9) is unknown color: approx Snuff. HEX triplet: FC, CC and F9. RGB value is (252,204,249). Sum of RGB (Red+Green+Blue) = 252+204+249=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF9 is #033306. Grayscale: #DFDFDF. Windows color (decimal): -209671 or 16370940. OLE color: 16370940.

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

Color convert

RGB252204249-
CMYK00.190.010.01
HSL303.75º88.89%89.41%-
HSV(B)303.75º19.05%98.82%-
XYZ78.8470.7299.12-
YUV223.48142.4148.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=35.74%
G=28.94%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220424900.190.010.01303.7588.8989.41
HexFCCCF9013111305959
Octal37431437102311460131131
Binary1111110011001100111110010100111110011000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCF9; }

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

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

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

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

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

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

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

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