#FAE0FD

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

Shades of Selago #FAE0FD

Tints of Selago #FAE0FD

Color information

#FAE0FD (or 0xFAE0FD) is unknown color: approx Selago. HEX triplet: FA, E0 and FD. RGB value is (250,224,253). Sum of RGB (Red+Green+Blue) = 250+224+253=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FD is #051F02. Grayscale: #EAEAEA. Windows color (decimal): -335619 or 16638202. OLE color: 16638202.

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

Color convert

RGB250224253-
CMYK0.010.1100.01
HSL293.79º87.88%93.53%-
HSV(B)293.79º11.46%99.22%-
XYZ83.8180.73104.09-
YUV235.08138.11138.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 224 (87.89% from 255) = 30.81%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=34.39%
G=30.81%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502242530.010.1100.01293.7987.8893.53
HexFAE0FD1B01126585e
Octal37234037511301446130136
Binary111110101110000011111101110110110010011010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0FD; }

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

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

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

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

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

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

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

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