#FAEAF7

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

Shades of Selago #FAEAF7

Tints of Selago #FAEAF7

Color information

#FAEAF7 (or 0xFAEAF7) is unknown color: approx Selago. HEX triplet: FA, EA and F7. RGB value is (250,234,247). Sum of RGB (Red+Green+Blue) = 250+234+247=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF7 is #051508. Grayscale: #F0F0F0. Windows color (decimal): -333065 or 16247546. OLE color: 16247546.

HSL color Cylindrical-coordinate representation of color #FAEAF7: hue angle of 311.25º 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 #FAEAF7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250234247-
CMYK00.060.010.02
HSL311.25º61.54%94.9%-
HSV(B)311.25º6.4%98.04%-
XYZ85.6485.89100.06-
YUV240.27131.8134.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 234 (91.80% from 255) = 32.01%
BLUE value IS 247 (96.88% from 255) = 33.79%
R=34.20%
G=32.01%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023424700.060.010.02311.2561.5494.9
HexFAEAF706121373e5f
Octal372352367061246776137
Binary11111010111010101111011101101101001101111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAF7; }

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

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

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

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

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

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

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

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