#FCC3F3

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

Shades of Snuff #FCC3F3

Tints of Snuff #FCC3F3

Color information

#FCC3F3 (or 0xFCC3F3) is unknown color: approx Snuff. HEX triplet: FC, C3 and F3. RGB value is (252,195,243). Sum of RGB (Red+Green+Blue) = 252+195+243=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 195 (76.56% from 255 or 28.26% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3F3 is #033C0C. Grayscale: #D9D9D9. Windows color (decimal): -211981 or 15975420. OLE color: 15975420.

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

Color convert

RGB252195243-
CMYK00.230.040.01
HSL309.47º90.48%87.65%-
HSV(B)309.47º22.62%98.82%-
XYZ75.8466.293.57-
YUV217.52142.38152.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 195 (76.56% from 255) = 28.26%
BLUE value IS 243 (95.31% from 255) = 35.22%
R=36.52%
G=28.26%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219524300.230.040.01309.4790.4887.65
HexFCC3F3017411355a58
Octal37430336302741465132130
Binary111111001100001111110011010111100110011010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3F3; }

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

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

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

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

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

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

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

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