#FBE5FA

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

Shades of Selago #FBE5FA

Tints of Selago #FBE5FA

Color information

#FBE5FA (or 0xFBE5FA) is unknown color: approx Selago. HEX triplet: FB, E5 and FA. RGB value is (251,229,250). Sum of RGB (Red+Green+Blue) = 251+229+250=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FA is #041A05. Grayscale: #EDEDED. Windows color (decimal): -268806 or 16442875. OLE color: 16442875.

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

Color convert

RGB251229250-
CMYK00.090.000.02
HSL302.73º73.33%94.12%-
HSV(B)302.73º8.76%98.43%-
XYZ85.0683.45102.07-
YUV237.97134.79137.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 229 (89.84% from 255) = 31.37%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=34.38%
G=31.37%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122925000.090.000.02302.7373.3394.12
HexFBE5FA090212f495e
Octal37334537201102457111136
Binary1111101111100101111110100100101010010111110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5FA; }

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

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

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

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

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

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

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

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