#F2F0EC

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

Shades of Romance #F2F0EC

Tints of Romance #F2F0EC

Color information

#F2F0EC (or 0xF2F0EC) is unknown color: approx Romance. HEX triplet: F2, F0 and EC. RGB value is (242,240,236). Sum of RGB (Red+Green+Blue) = 242+240+236=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EC is #0D0F13. Grayscale: #F0F0F0. Windows color (decimal): -855828 or 15528178. OLE color: 15528178.

HSL color Cylindrical-coordinate representation of color #F2F0EC: hue angle of 40º degrees, saturation: 0.19, 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 #F2F0EC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242240236-
CMYK00.010.020.05
HSL40º18.75%93.73%-
HSV(B)40º2.48%94.9%-
XYZ82.9287.2591.83-
YUV240.14125.66129.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.70%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 32.87%
R=33.70%
G=33.43%
B=32.87%

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
Decimal24224023600.010.020.054018.7593.73
HexF2F0EC012528135e
Octal36236035401255023136
Binary1111001011110000111011000110101101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0EC; }

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

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

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

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

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

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

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

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