#FBE9FE

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

Shades of Selago #FBE9FE

Tints of Selago #FBE9FE

Color information

#FBE9FE (or 0xFBE9FE) is unknown color: approx Selago. HEX triplet: FB, E9 and FE. RGB value is (251,233,254). Sum of RGB (Red+Green+Blue) = 251+233+254=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 233 (91.41% from 255 or 31.57% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE9FE is #041601. Grayscale: #F0F0F0. Windows color (decimal): -267778 or 16706043. OLE color: 16706043.

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

Color convert

RGB251233254-
CMYK0.010.0800.00
HSL291.43º91.3%95.49%-
HSV(B)291.43º8.27%99.61%-
XYZ86.8185.94105.78-
YUV240.78135.46135.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 233 (91.41% from 255) = 31.57%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=34.01%
G=31.57%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512332540.010.0800.00291.4391.395.49
HexFBE9FE18001235b5f
Octal37335137611000443133137
Binary111110111110100111111110110000010010001110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9FE; }

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

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

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

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

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

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

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

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