#FCCBFB

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

Shades of Snuff #FCCBFB

Tints of Snuff #FCCBFB

Color information

#FCCBFB (or 0xFCCBFB) is unknown color: approx Snuff. HEX triplet: FC, CB and FB. RGB value is (252,203,251). Sum of RGB (Red+Green+Blue) = 252+203+251=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFB is #033404. Grayscale: #DEDEDE. Windows color (decimal): -209925 or 16501756. OLE color: 16501756.

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

Color convert

RGB252203251-
CMYK00.190.000.01
HSL301.22º89.09%89.22%-
HSV(B)301.22º19.44%98.82%-
XYZ78.9170.37100.69-
YUV223.12143.73148.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 203 (79.69% from 255) = 28.75%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=35.69%
G=28.75%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220325100.190.000.01301.2289.0989.22
HexFCCBFB0130112d5959
Octal37431337302301455131131
Binary1111110011001011111110110100110110010110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBFB; }

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

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

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

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

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

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

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

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