#FAEBFA

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

Shades of Selago #FAEBFA

Tints of Selago #FAEBFA

Color information

#FAEBFA (or 0xFAEBFA) is unknown color: approx Selago. HEX triplet: FA, EB and FA. RGB value is (250,235,250). Sum of RGB (Red+Green+Blue) = 250+235+250=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 235 (92.19% from 255 or 31.97% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBFA is #051405. Grayscale: #F1F1F1. Windows color (decimal): -332806 or 16444410. OLE color: 16444410.

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

Color convert

RGB250235250-
CMYK00.0600.02
HSL300º60%95.1%-
HSV(B)300º6%98.04%-
XYZ86.3986.64102.61-
YUV241.2132.97134.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 31.97%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=34.01%
G=31.97%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023525000.0600.023006095.1
HexFAEBFA060212c3c5f
Octal372353372060245474137
Binary11111010111010111111101001100101001011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBFA; }

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

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

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

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

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

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

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

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