#FBE5FE

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

Shades of Selago #FBE5FE

Tints of Selago #FBE5FE

Color information

#FBE5FE (or 0xFBE5FE) is unknown color: approx Selago. HEX triplet: FB, E5 and FE. RGB value is (251,229,254). Sum of RGB (Red+Green+Blue) = 251+229+254=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FE is #041A01. Grayscale: #EEEEEE. Windows color (decimal): -268802 or 16705019. OLE color: 16705019.

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

Color convert

RGB251229254-
CMYK0.010.1000.00
HSL292.8º92.59%94.71%-
HSV(B)292.8º9.84%99.61%-
XYZ85.6983.7105.41-
YUV238.43136.79136.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 229 (89.84% from 255) = 31.20%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=34.20%
G=31.20%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512292540.010.1000.00292.892.5994.71
HexFBE5FE1A001255d5f
Octal37334537611200445135137
Binary111110111110010111111110110100010010010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5FE; }

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

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

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

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

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

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

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

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