#FAE8FD

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

Shades of Selago #FAE8FD

Tints of Selago #FAE8FD

Color information

#FAE8FD (or 0xFAE8FD) is unknown color: approx Selago. HEX triplet: FA, E8 and FD. RGB value is (250,232,253). Sum of RGB (Red+Green+Blue) = 250+232+253=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 232 (91.02% from 255 or 31.56% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8FD is #051702. Grayscale: #EFEFEF. Windows color (decimal): -333571 or 16640250. OLE color: 16640250.

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

Color convert

RGB250232253-
CMYK0.010.0800.01
HSL291.43º84%95.1%-
HSV(B)291.43º8.3%99.22%-
XYZ86.0185.13104.83-
YUV239.78135.46135.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 232 (91.02% from 255) = 31.56%
BLUE value IS 253 (99.22% from 255) = 34.42%
R=34.01%
G=31.56%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502322530.010.0800.01291.438495.1
HexFAE8FD1801123545f
Octal37235037511001443124137
Binary111110101110100011111101110000110010001110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8FD; }

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

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

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

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

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

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

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

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