#FCC3F4

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

Shades of Snuff #FCC3F4

Tints of Snuff #FCC3F4

Color information

#FCC3F4 (or 0xFCC3F4) is unknown color: approx Snuff. HEX triplet: FC, C3 and F4. RGB value is (252,195,244). Sum of RGB (Red+Green+Blue) = 252+195+244=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 195 (76.56% from 255 or 28.22% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3F4 is #033C0B. Grayscale: #D9D9D9. Windows color (decimal): -211980 or 16040956. OLE color: 16040956.

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

Color convert

RGB252195244-
CMYK00.230.030.01
HSL308.42º90.48%87.65%-
HSV(B)308.42º22.62%98.82%-
XYZ75.9966.2694.37-
YUV217.63142.88152.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 195 (76.56% from 255) = 28.22%
BLUE value IS 244 (95.70% from 255) = 35.31%
R=36.47%
G=28.22%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219524400.230.030.01308.4290.4887.65
HexFCC3F4017311345a58
Octal37430336402731464132130
Binary11111100110000111111010001011111110011010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3F4; }

 p { color: rgb(252,195,244); }

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

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

 a { background-color: rgb(252,195,244); }

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

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

 span { border-color: rgb(252,195,244); }

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