#FCC3FB

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

Shades of Snuff #FCC3FB

Tints of Snuff #FCC3FB

Color information

#FCC3FB (or 0xFCC3FB) is unknown color: approx Snuff. HEX triplet: FC, C3 and FB. RGB value is (252,195,251). Sum of RGB (Red+Green+Blue) = 252+195+251=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 195 (76.56% from 255 or 27.94% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3FB is #033C04. Grayscale: #DADADA. Windows color (decimal): -211973 or 16499708. OLE color: 16499708.

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

Color convert

RGB252195251-
CMYK00.230.000.01
HSL301.05º90.48%87.65%-
HSV(B)301.05º22.62%98.82%-
XYZ77.0766.69100.08-
YUV218.43146.38151.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 195 (76.56% from 255) = 27.94%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=36.10%
G=27.94%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219525100.230.000.01301.0590.4887.65
HexFCC3FB0170112d5a58
Octal37430337302701455132130
Binary1111110011000011111110110101110110010110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3FB; }

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

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

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

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

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

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

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

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