#F2F0EB

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

Shades of Romance #F2F0EB

Tints of Romance #F2F0EB

Color information

#F2F0EB (or 0xF2F0EB) is unknown color: approx Romance. HEX triplet: F2, F0 and EB. RGB value is (242,240,235). Sum of RGB (Red+Green+Blue) = 242+240+235=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EB is #0D0F14. Grayscale: #F0F0F0. Windows color (decimal): -855829 or 15462642. OLE color: 15462642.

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

Color convert

RGB242240235-
CMYK00.010.030.05
HSL42.86º21.21%93.53%-
HSV(B)42.86º2.89%94.9%-
XYZ82.7787.291.07-
YUV240.03125.16129.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=33.75%
G=33.47%
B=32.78%

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
Decimal24224023500.010.030.0542.8621.2193.53
HexF2F0EB01352b155e
Octal36236035301355325136
Binary1111001011110000111010110111101101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0EB; }

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

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

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

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

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

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

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

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