#FCCCF6

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

Shades of Snuff #FCCCF6

Tints of Snuff #FCCCF6

Color information

#FCCCF6 (or 0xFCCCF6) is unknown color: approx Snuff. HEX triplet: FC, CC and F6. RGB value is (252,204,246). Sum of RGB (Red+Green+Blue) = 252+204+246=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF6 is #033309. Grayscale: #DFDFDF. Windows color (decimal): -209674 or 16174332. OLE color: 16174332.

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

Color convert

RGB252204246-
CMYK00.190.020.01
HSL307.5º88.89%89.41%-
HSV(B)307.5º19.05%98.82%-
XYZ78.3770.5496.67-
YUV223.14140.9148.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 204 (80.08% from 255) = 29.06%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=35.90%
G=29.06%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220424600.190.020.01307.588.8989.41
HexFCCCF6013211345959
Octal37431436602321464131131
Binary11111100110011001111011001001110110011010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCF6; }

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

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

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

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

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

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

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

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