#F2F0ED

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

Shades of Romance #F2F0ED

Tints of Romance #F2F0ED

Color information

#F2F0ED (or 0xF2F0ED) is unknown color: approx Romance. HEX triplet: F2, F0 and ED. RGB value is (242,240,237). Sum of RGB (Red+Green+Blue) = 242+240+237=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0ED is #0D0F12. Grayscale: #F0F0F0. Windows color (decimal): -855827 or 15593714. OLE color: 15593714.

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

Color convert

RGB242240237-
CMYK00.010.020.05
HSL36º16.13%93.92%-
HSV(B)36º2.07%94.9%-
XYZ83.0687.3192.6-
YUV240.26126.16129.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 32.96%
R=33.66%
G=33.38%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224023700.010.020.053616.1393.92
HexF2F0ED012524105e
Octal36236035501254420136
Binary1111001011110000111011010110101100100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0ED; }

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

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

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

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

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

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

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

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