#FAEBF7

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

Shades of Selago #FAEBF7

Tints of Selago #FAEBF7

Color information

#FAEBF7 (or 0xFAEBF7) is unknown color: approx Selago. HEX triplet: FA, EB and F7. RGB value is (250,235,247). Sum of RGB (Red+Green+Blue) = 250+235+247=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 235 (92.19% from 255 or 32.10% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBF7 is #051408. Grayscale: #F0F0F0. Windows color (decimal): -332809 or 16247802. OLE color: 16247802.

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

Color convert

RGB250235247-
CMYK00.060.010.02
HSL312º60%95.1%-
HSV(B)312º6%98.04%-
XYZ85.9286.46100.15-
YUV240.85131.47134.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 235 (92.19% from 255) = 32.10%
BLUE value IS 247 (96.88% from 255) = 33.74%
R=34.15%
G=32.10%
B=33.74%

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
Decimal25023524700.060.010.023126095.1
HexFAEBF706121383c5f
Octal372353367061247074137
Binary11111010111010111111011101101101001110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBF7; }

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

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

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

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

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

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

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

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