#FAEDF9

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

Shades of Selago #FAEDF9

Tints of Selago #FAEDF9

Color information

#FAEDF9 (or 0xFAEDF9) is unknown color: approx Selago. HEX triplet: FA, ED and F9. RGB value is (250,237,249). Sum of RGB (Red+Green+Blue) = 250+237+249=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF9 is #051206. Grayscale: #F2F2F2. Windows color (decimal): -332295 or 16379386. OLE color: 16379386.

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

Color convert

RGB250237249-
CMYK00.050.000.02
HSL304.62º56.52%95.49%-
HSV(B)304.62º5.2%98.04%-
XYZ86.8187.73101.98-
YUV242.26131.81133.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.97%
GREEN value IS 237 (92.97% from 255) = 32.20%
BLUE value IS 249 (97.66% from 255) = 33.83%
R=33.97%
G=32.20%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023724900.050.000.02304.6256.5295.49
HexFAEDF90502131395f
Octal372355371050246171137
Binary11111010111011011111100101010101001100011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDF9; }

 p { color: rgb(250,237,249); }

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

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

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

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

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

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

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