#FBEFFB

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

Shades of Selago #FBEFFB

Tints of Selago #FBEFFB

Color information

#FBEFFB (or 0xFBEFFB) is unknown color: approx Selago. HEX triplet: FB, EF and FB. RGB value is (251,239,251). Sum of RGB (Red+Green+Blue) = 251+239+251=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFFB is #041004. Grayscale: #F3F3F3. Windows color (decimal): -266245 or 16510971. OLE color: 16510971.

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

Color convert

RGB251239251-
CMYK00.0500.02
HSL300º60%96.08%-
HSV(B)300º4.78%98.43%-
XYZ88.0689.21103.84-
YUV243.96131.98133.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.87%
GREEN value IS 239 (93.75% from 255) = 32.25%
BLUE value IS 251 (98.44% from 255) = 33.87%
R=33.87%
G=32.25%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123925100.0500.023006096.08
HexFBEFFB050212c3c60
Octal373357373050245474140
Binary11111011111011111111101101010101001011001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFFB; }

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

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

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

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

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

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

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

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