#F0E7EF

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

Shades of Selago #F0E7EF

Tints of Selago #F0E7EF

Color information

#F0E7EF (or 0xF0E7EF) is unknown color: approx Selago. HEX triplet: F0, E7 and EF. RGB value is (240,231,239). Sum of RGB (Red+Green+Blue) = 240+231+239=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EF is #0F1810. Grayscale: #EAEAEA. Windows color (decimal): -989201 or 15722480. OLE color: 15722480.

HSL color Cylindrical-coordinate representation of color #F0E7EF: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0E7EF is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240231239-
CMYK00.040.000.06
HSL306.67º23.08%92.35%-
HSV(B)306.67º3.75%94.12%-
XYZ80.0981.9193.25-
YUV234.6130.48131.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 231 (90.62% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 33.66%
R=33.80%
G=32.54%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023123900.040.000.06306.6723.0892.35
HexF0E7EF0406133175c
Octal360347357040646327134
Binary11110000111001111110111101000110100110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7EF; }

 p { color: rgb(240,231,239); }

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

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

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

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

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

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

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