#FBCCFB

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

Shades of Snuff #FBCCFB

Tints of Snuff #FBCCFB

Color information

#FBCCFB (or 0xFBCCFB) is unknown color: approx Snuff. HEX triplet: FB, CC and FB. RGB value is (251,204,251). Sum of RGB (Red+Green+Blue) = 251+204+251=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFB is #043304. Grayscale: #DFDFDF. Windows color (decimal): -275205 or 16502011. OLE color: 16502011.

HSL color Cylindrical-coordinate representation of color #FBCCFB: hue angle of 300º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCFB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251204251-
CMYK00.1900.02
HSL300º85.45%89.22%-
HSV(B)300º18.73%98.43%-
XYZ78.7970.66100.75-
YUV223.41143.57147.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 28.90%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=35.55%
G=28.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120425100.1900.0230085.4589.22
HexFBCCFB0130212c5559
Octal37331437302302454125131
Binary11111011110011001111101101001101010010110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCFB; }

 p { color: rgb(251,204,251); }

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

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

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

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

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

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

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