#FBE5FB

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

Shades of Selago #FBE5FB

Tints of Selago #FBE5FB

Color information

#FBE5FB (or 0xFBE5FB) is unknown color: approx Selago. HEX triplet: FB, E5 and FB. RGB value is (251,229,251). Sum of RGB (Red+Green+Blue) = 251+229+251=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 229 (89.84% from 255 or 31.33% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FB is #041A04. Grayscale: #EEEEEE. Windows color (decimal): -268805 or 16508411. OLE color: 16508411.

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

Color convert

RGB251229251-
CMYK00.0900.02
HSL300º73.33%94.12%-
HSV(B)300º8.76%98.43%-
XYZ85.2283.51102.9-
YUV238.09135.29137.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 229 (89.84% from 255) = 31.33%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=34.34%
G=31.33%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122925100.0900.0230073.3394.12
HexFBE5FB090212c495e
Octal37334537301102454111136
Binary1111101111100101111110110100101010010110010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5FB; }

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

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

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

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

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

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

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

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