#FAE5FB

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

Shades of Selago #FAE5FB

Tints of Selago #FAE5FB

Color information

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

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

Color convert

RGB250229251-
CMYK0.000.0900.02
HSL297.27º73.33%94.12%-
HSV(B)297.27º8.76%98.43%-
XYZ84.8683.33102.88-
YUV237.79135.46136.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502292510.000.0900.02297.2773.3394.12
HexFAE5FB0902129495e
Octal37234537301102451111136
Binary1111101011100101111110110100101010010100110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5FB; }

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

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

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

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

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

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

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

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