#FCCCF4

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

Shades of Snuff #FCCCF4

Tints of Snuff #FCCCF4

Color information

#FCCCF4 (or 0xFCCCF4) is unknown color: approx Snuff. HEX triplet: FC, CC and F4. RGB value is (252,204,244). Sum of RGB (Red+Green+Blue) = 252+204+244=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF4 is #03330B. Grayscale: #DEDEDE. Windows color (decimal): -209676 or 16043260. OLE color: 16043260.

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

Color convert

RGB252204244-
CMYK00.190.030.01
HSL310º88.89%89.41%-
HSV(B)310º19.05%98.82%-
XYZ78.0770.4195.06-
YUV222.91139.9148.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=36%
G=29.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220424400.190.030.0131088.8989.41
HexFCCCF4013311365959
Octal37431436402331466131131
Binary11111100110011001111010001001111110011011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCF4; }

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

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

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

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

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

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

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

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