#F1F0ED

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

Shades of Romance #F1F0ED

Tints of Romance #F1F0ED

Color information

#F1F0ED (or 0xF1F0ED) is unknown color: approx Romance. HEX triplet: F1, F0 and ED. RGB value is (241,240,237). Sum of RGB (Red+Green+Blue) = 241+240+237=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0ED is #0E0F12. Grayscale: #EFEFEF. Windows color (decimal): -921363 or 15593713. OLE color: 15593713.

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

Color convert

RGB241240237-
CMYK00.000.020.05
HSL45º12.5%93.73%-
HSV(B)45º1.66%94.51%-
XYZ82.7287.1492.58-
YUV239.96126.33128.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.57%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 237 (92.97% from 255) = 33.01%
R=33.57%
G=33.43%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124023700.000.020.054512.593.73
HexF1F0ED00252dd5e
Octal36136035500255515136
Binary111100011111000011101101001010110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0ED; }

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

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

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

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

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

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

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

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