#FBCEFE

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

Shades of Snuff #FBCEFE

Tints of Snuff #FBCEFE

Color information

#FBCEFE (or 0xFBCEFE) is unknown color: approx Snuff. HEX triplet: FB, CE and FE. RGB value is (251,206,254). Sum of RGB (Red+Green+Blue) = 251+206+254=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEFE is #043101. Grayscale: #E0E0E0. Windows color (decimal): -274690 or 16699131. OLE color: 16699131.

HSL color Cylindrical-coordinate representation of color #FBCEFE: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCEFE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251206254-
CMYK0.010.1900.00
HSL296.25º96%90.2%-
HSV(B)296.25º18.9%99.61%-
XYZ79.7471.81103.42-
YUV224.93144.41146.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 206 (80.86% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=35.30%
G=28.97%
B=35.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512062540.010.1900.00296.259690.2
HexFBCEFE11300128605a
Octal37331637612300450140132
Binary1111101111001110111111101100110010010100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEFE; }

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

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

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

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

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

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

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

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