#FAE5FD

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

Shades of Selago #FAE5FD

Tints of Selago #FAE5FD

Color information

#FAE5FD (or 0xFAE5FD) is unknown color: approx Selago. HEX triplet: FA, E5 and FD. RGB value is (250,229,253). Sum of RGB (Red+Green+Blue) = 250+229+253=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 229 (89.84% from 255 or 31.28% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FD is #051A02. Grayscale: #EDEDED. Windows color (decimal): -334339 or 16639482. OLE color: 16639482.

HSL color Cylindrical-coordinate representation of color #FAE5FD: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE5FD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250229253-
CMYK0.010.0900.01
HSL292.5º85.71%94.51%-
HSV(B)292.5º9.49%99.22%-
XYZ85.1783.45104.55-
YUV238.02136.46136.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 229 (89.84% from 255) = 31.28%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=34.15%
G=31.28%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502292530.010.0900.01292.585.7194.51
HexFAE5FD1901124565f
Octal37234537511101444126137
Binary111110101110010111111101110010110010010010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5FD; }

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

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

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

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

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

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

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

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