#FAECFA

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

Shades of Selago #FAECFA

Tints of Selago #FAECFA

Color information

#FAECFA (or 0xFAECFA) is unknown color: approx Selago. HEX triplet: FA, EC and FA. RGB value is (250,236,250). Sum of RGB (Red+Green+Blue) = 250+236+250=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECFA is #051305. Grayscale: #F1F1F1. Windows color (decimal): -332550 or 16444666. OLE color: 16444666.

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

Color convert

RGB250236250-
CMYK00.0600.02
HSL300º58.33%95.29%-
HSV(B)300º5.6%98.04%-
XYZ86.6887.22102.71-
YUV241.78132.64133.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.97%
GREEN value IS 236 (92.58% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=33.97%
G=32.07%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023625000.0600.0230058.3395.29
HexFAECFA060212c3a5f
Octal372354372060245472137
Binary11111010111011001111101001100101001011001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECFA; }

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

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

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

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

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

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

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

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