#FCC4FB

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

Shades of Snuff #FCC4FB

Tints of Snuff #FCC4FB

Color information

#FCC4FB (or 0xFCC4FB) is unknown color: approx Snuff. HEX triplet: FC, C4 and FB. RGB value is (252,196,251). Sum of RGB (Red+Green+Blue) = 252+196+251=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 196 (76.95% from 255 or 28.04% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FB is #033B04. Grayscale: #DADADA. Windows color (decimal): -211717 or 16499964. OLE color: 16499964.

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

Color convert

RGB252196251-
CMYK00.220.000.01
HSL301.07º90.32%87.84%-
HSV(B)301.07º22.22%98.82%-
XYZ77.367.14100.15-
YUV219.01146.05151.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 196 (76.95% from 255) = 28.04%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=36.05%
G=28.04%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219625100.220.000.01301.0790.3287.84
HexFCC4FB0160112d5a58
Octal37430437302601455132130
Binary1111110011000100111110110101100110010110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4FB; }

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

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

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

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

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

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

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

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