#FCC3FA

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

Shades of Snuff #FCC3FA

Tints of Snuff #FCC3FA

Color information

#FCC3FA (or 0xFCC3FA) is unknown color: approx Snuff. HEX triplet: FC, C3 and FA. RGB value is (252,195,250). Sum of RGB (Red+Green+Blue) = 252+195+250=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 195 (76.56% from 255 or 27.98% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3FA is #033C05. Grayscale: #DADADA. Windows color (decimal): -211974 or 16434172. OLE color: 16434172.

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

Color convert

RGB252195250-
CMYK00.230.010.01
HSL302.11º90.48%87.65%-
HSV(B)302.11º22.62%98.82%-
XYZ76.9266.6399.25-
YUV218.31145.88152.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 195 (76.56% from 255) = 27.98%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=36.15%
G=27.98%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219525000.230.010.01302.1190.4887.65
HexFCC3FA0171112e5a58
Octal37430337202711456132130
Binary1111110011000011111110100101111110010111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3FA; }

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

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

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

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

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

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

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

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