#FBCBFB

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

Shades of Snuff #FBCBFB

Tints of Snuff #FBCBFB

Color information

#FBCBFB (or 0xFBCBFB) is unknown color: approx Snuff. HEX triplet: FB, CB and FB. RGB value is (251,203,251). Sum of RGB (Red+Green+Blue) = 251+203+251=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBFB is #043404. Grayscale: #DEDEDE. Windows color (decimal): -275461 or 16501755. OLE color: 16501755.

HSL color Cylindrical-coordinate representation of color #FBCBFB: hue angle of 300º degrees, saturation: 0.86, 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 #FBCBFB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251203251-
CMYK00.1900.02
HSL300º85.71%89.02%-
HSV(B)300º19.12%98.43%-
XYZ78.5570.19100.67-
YUV222.82143.9148.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 203 (79.69% from 255) = 28.79%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=35.60%
G=28.79%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120325100.1900.0230085.7189.02
HexFBCBFB0130212c5659
Octal37331337302302454126131
Binary11111011110010111111101101001101010010110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBFB; }

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

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

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

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

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

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

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

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