#FCC8F4

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

Shades of Snuff #FCC8F4

Tints of Snuff #FCC8F4

Color information

#FCC8F4 (or 0xFCC8F4) is unknown color: approx Snuff. HEX triplet: FC, C8 and F4. RGB value is (252,200,244). Sum of RGB (Red+Green+Blue) = 252+200+244=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 200 (78.52% from 255 or 28.74% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8F4 is #03370B. Grayscale: #DCDCDC. Windows color (decimal): -210700 or 16042236. OLE color: 16042236.

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

Color convert

RGB252200244-
CMYK00.210.030.01
HSL309.23º89.66%88.63%-
HSV(B)309.23º20.63%98.82%-
XYZ77.1368.5494.75-
YUV220.56141.23150.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 200 (78.52% from 255) = 28.74%
BLUE value IS 244 (95.70% from 255) = 35.06%
R=36.21%
G=28.74%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220024400.210.030.01309.2389.6688.63
HexFCC8F4015311355a59
Octal37431036402531465132131
Binary11111100110010001111010001010111110011010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8F4; }

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

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

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

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

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

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

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

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