#FAEEFA

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

Shades of Selago #FAEEFA

Tints of Selago #FAEEFA

Color information

#FAEEFA (or 0xFAEEFA) is unknown color: approx Selago. HEX triplet: FA, EE and FA. RGB value is (250,238,250). Sum of RGB (Red+Green+Blue) = 250+238+250=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 238 (93.36% from 255 or 32.25% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFA is #051105. Grayscale: #F2F2F2. Windows color (decimal): -332038 or 16445178. OLE color: 16445178.

HSL color Cylindrical-coordinate representation of color #FAEEFA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEFA is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250238250-
CMYK00.0500.02
HSL300º54.55%95.69%-
HSV(B)300º4.8%98.04%-
XYZ87.2588.38102.9-
YUV242.96131.98133.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.88%
GREEN value IS 238 (93.36% from 255) = 32.25%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=33.88%
G=32.25%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023825000.0500.0230054.5595.69
HexFAEEFA050212c3760
Octal372356372050245467140
Binary11111010111011101111101001010101001011001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEFA; }

 p { color: rgb(250,238,250); }

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

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

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

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

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

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

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