#FAEAF9

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

Shades of Selago #FAEAF9

Tints of Selago #FAEAF9

Color information

#FAEAF9 (or 0xFAEAF9) is unknown color: approx Selago. HEX triplet: FA, EA and F9. RGB value is (250,234,249). Sum of RGB (Red+Green+Blue) = 250+234+249=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF9 is #051506. Grayscale: #F0F0F0. Windows color (decimal): -333063 or 16378618. OLE color: 16378618.

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

Color convert

RGB250234249-
CMYK00.060.000.02
HSL303.75º61.54%94.9%-
HSV(B)303.75º6.4%98.04%-
XYZ85.9586.01101.69-
YUV240.49132.8134.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 249 (97.66% from 255) = 33.97%
R=34.11%
G=31.92%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023424900.060.000.02303.7561.5494.9
HexFAEAF906021303e5f
Octal372352371060246076137
Binary11111010111010101111100101100101001100001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAF9; }

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

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

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

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

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

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

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

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