#FBE5F8

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

Shades of Selago #FBE5F8

Tints of Selago #FBE5F8

Color information

#FBE5F8 (or 0xFBE5F8) is unknown color: approx Selago. HEX triplet: FB, E5 and F8. RGB value is (251,229,248). Sum of RGB (Red+Green+Blue) = 251+229+248=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 248 (97.27% from 255 or 34.07% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5F8 is #041A07. Grayscale: #EDEDED. Windows color (decimal): -268808 or 16311803. OLE color: 16311803.

HSL color Cylindrical-coordinate representation of color #FBE5F8: hue angle of 308.18º 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 #FBE5F8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251229248-
CMYK00.090.010.02
HSL308.18º73.33%94.12%-
HSV(B)308.18º8.76%98.43%-
XYZ84.7583.33100.42-
YUV237.74133.79137.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 229 (89.84% from 255) = 31.46%
BLUE value IS 248 (97.27% from 255) = 34.07%
R=34.48%
G=31.46%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122924800.090.010.02308.1873.3394.12
HexFBE5F80912134495e
Octal37334537001112464111136
Binary1111101111100101111110000100111010011010010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5F8; }

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

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

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

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

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

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

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

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