#FCCBF6

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

Shades of Snuff #FCCBF6

Tints of Snuff #FCCBF6

Color information

#FCCBF6 (or 0xFCCBF6) is unknown color: approx Snuff. HEX triplet: FC, CB and F6. RGB value is (252,203,246). Sum of RGB (Red+Green+Blue) = 252+203+246=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF6 is #033409. Grayscale: #DEDEDE. Windows color (decimal): -209930 or 16174076. OLE color: 16174076.

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

Color convert

RGB252203246-
CMYK00.190.020.01
HSL307.35º89.09%89.22%-
HSV(B)307.35º19.44%98.82%-
XYZ78.1470.0696.59-
YUV222.55141.23149-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 203 (79.69% from 255) = 28.96%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=35.95%
G=28.96%
B=35.09%

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
Decimal25220324600.190.020.01307.3589.0989.22
HexFCCBF6013211335959
Octal37431336602321463131131
Binary11111100110010111111011001001110110011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBF6; }

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

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

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

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

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

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

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

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