#F2F0EA

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

Shades of Romance #F2F0EA

Tints of Romance #F2F0EA

Color information

#F2F0EA (or 0xF2F0EA) is unknown color: approx Romance. HEX triplet: F2, F0 and EA. RGB value is (242,240,234). Sum of RGB (Red+Green+Blue) = 242+240+234=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EA is #0D0F15. Grayscale: #EFEFEF. Windows color (decimal): -855830 or 15397106. OLE color: 15397106.

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

Color convert

RGB242240234-
CMYK00.010.030.05
HSL45º23.53%93.33%-
HSV(B)45º3.31%94.9%-
XYZ82.6387.1490.31-
YUV239.91124.66129.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 240 (94.14% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=33.80%
G=33.52%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224023400.010.030.054523.5393.33
HexF2F0EA01352d185d
Octal36236035201355530135
Binary1111001011110000111010100111101101101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0EA; }

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

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

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

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

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

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

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

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