#FBCEFB

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

Shades of Snuff #FBCEFB

Tints of Snuff #FBCEFB

Color information

#FBCEFB (or 0xFBCEFB) is unknown color: approx Snuff. HEX triplet: FB, CE and FB. RGB value is (251,206,251). Sum of RGB (Red+Green+Blue) = 251+206+251=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEFB is #043104. Grayscale: #E0E0E0. Windows color (decimal): -274693 or 16502523. OLE color: 16502523.

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

Color convert

RGB251206251-
CMYK00.1800.02
HSL300º84.91%89.61%-
HSV(B)300º17.93%98.43%-
XYZ79.2771.62100.91-
YUV224.58142.91146.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 206 (80.86% from 255) = 29.10%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=35.45%
G=29.10%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120625100.1800.0230084.9189.61
HexFBCEFB0120212c555a
Octal37331637302202454125132
Binary11111011110011101111101101001001010010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEFB; }

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

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

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

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

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

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

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

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