#F0E7F0

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

Shades of Selago #F0E7F0

Tints of Selago #F0E7F0

Color information

#F0E7F0 (or 0xF0E7F0) is unknown color: approx Selago. HEX triplet: F0, E7 and F0. RGB value is (240,231,240). Sum of RGB (Red+Green+Blue) = 240+231+240=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0E7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7F0 is #0F180F. Grayscale: #EAEAEA. Windows color (decimal): -989200 or 15788016. OLE color: 15788016.

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

Color convert

RGB240231240-
CMYK00.0400.06
HSL300º23.08%92.35%-
HSV(B)300º3.75%94.12%-
XYZ80.2481.9794.03-
YUV234.72130.98131.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 231 (90.62% from 255) = 32.49%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=33.76%
G=32.49%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023124000.0400.0630023.0892.35
HexF0E7F0040612c175c
Octal360347360040645427134
Binary11110000111001111111000001000110100101100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7F0; }

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

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

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

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

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

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

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

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