#F0E4EE

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

Shades of Selago #F0E4EE

Tints of Selago #F0E4EE

Color information

#F0E4EE (or 0xF0E4EE) is unknown color: approx Selago. HEX triplet: F0, E4 and EE. RGB value is (240,228,238). Sum of RGB (Red+Green+Blue) = 240+228+238=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E4EE is #0F1B11. Grayscale: #E8E8E8. Windows color (decimal): -989970 or 15656176. OLE color: 15656176.

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

Color convert

RGB240228238-
CMYK00.050.010.06
HSL310º28.57%91.76%-
HSV(B)310º5%94.12%-
XYZ79.1180.1992.2-
YUV232.73130.98133.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 228 (89.45% from 255) = 32.29%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=33.99%
G=32.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022823800.050.010.0631028.5791.76
HexF0E4EE05161361d5c
Octal360344356051646635134
Binary11110000111001001110111001011110100110110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4EE; }

 p { color: rgb(240,228,238); }

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

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

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

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

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

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

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