#FAEFFA

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

Shades of Selago #FAEFFA

Tints of Selago #FAEFFA

Color information

#FAEFFA (or 0xFAEFFA) is unknown color: approx Selago. HEX triplet: FA, EF and FA. RGB value is (250,239,250). Sum of RGB (Red+Green+Blue) = 250+239+250=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFFA is #051005. Grayscale: #F3F3F3. Windows color (decimal): -331782 or 16445434. OLE color: 16445434.

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

Color convert

RGB250239250-
CMYK00.0400.02
HSL300º52.38%95.88%-
HSV(B)300º4.4%98.04%-
XYZ87.5588.96103-
YUV243.54131.64132.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.83%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=33.83%
G=32.34%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023925000.0400.0230052.3895.88
HexFAEFFA040212c3460
Octal372357372040245464140
Binary11111010111011111111101001000101001011001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFFA; }

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

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

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

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

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

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

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

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