#FBCEF9

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

Shades of Snuff #FBCEF9

Tints of Snuff #FBCEF9

Color information

#FBCEF9 (or 0xFBCEF9) is unknown color: approx Snuff. HEX triplet: FB, CE and F9. RGB value is (251,206,249). Sum of RGB (Red+Green+Blue) = 251+206+249=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 206 (80.86% from 255 or 29.18% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEF9 is #043106. Grayscale: #E0E0E0. Windows color (decimal): -274695 or 16371451. OLE color: 16371451.

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

Color convert

RGB251206249-
CMYK00.180.010.02
HSL302.67º84.91%89.61%-
HSV(B)302.67º17.93%98.43%-
XYZ78.9571.4999.26-
YUV224.36141.91147-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 206 (80.86% from 255) = 29.18%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=35.55%
G=29.18%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120624900.180.010.02302.6784.9189.61
HexFBCEF90121212f555a
Octal37331637102212457125132
Binary11111011110011101111100101001011010010111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEF9; }

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

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

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

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

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

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

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

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