#F0EFED

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

Shades of Romance #F0EFED

Tints of Romance #F0EFED

Color information

#F0EFED (or 0xF0EFED) is unknown color: approx Romance. HEX triplet: F0, EF and ED. RGB value is (240,239,237). Sum of RGB (Red+Green+Blue) = 240+239+237=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFED is #0F1012. Grayscale: #EFEFEF. Windows color (decimal): -987155 or 15593456. OLE color: 15593456.

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

Color convert

RGB240239237-
CMYK00.000.010.06
HSL40º9.09%93.53%-
HSV(B)40º1.25%94.12%-
XYZ82.0986.3792.47-
YUV239.07126.83128.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=33.52%
G=33.38%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023923700.000.010.06409.0993.53
HexF0EFED00162895e
Octal36035735500165011136
Binary11110000111011111110110100111010100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFED; }

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

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

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

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

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

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

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

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