#FBEEFB

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

Shades of Selago #FBEEFB

Tints of Selago #FBEEFB

Color information

#FBEEFB (or 0xFBEEFB) is unknown color: approx Selago. HEX triplet: FB, EE and FB. RGB value is (251,238,251). Sum of RGB (Red+Green+Blue) = 251+238+251=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBEEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFB is #041104. Grayscale: #F3F3F3. Windows color (decimal): -266501 or 16510715. OLE color: 16510715.

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

Color convert

RGB251238251-
CMYK00.0500.02
HSL300º61.9%95.88%-
HSV(B)300º5.18%98.43%-
XYZ87.7788.62103.75-
YUV243.37132.31133.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.92%
GREEN value IS 238 (93.36% from 255) = 32.16%
BLUE value IS 251 (98.44% from 255) = 33.92%
R=33.92%
G=32.16%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123825100.0500.0230061.995.88
HexFBEEFB050212c3e60
Octal373356373050245476140
Binary11111011111011101111101101010101001011001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEFB; }

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

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

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

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

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

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

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

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