#F1F0EE

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

Shades of Romance #F1F0EE

Tints of Romance #F1F0EE

Color information

#F1F0EE (or 0xF1F0EE) is unknown color: approx Romance. HEX triplet: F1, F0 and EE. RGB value is (241,240,238). Sum of RGB (Red+Green+Blue) = 241+240+238=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0EE is #0E0F11. Grayscale: #F0F0F0. Windows color (decimal): -921362 or 15659249. OLE color: 15659249.

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

Color convert

RGB241240238-
CMYK00.000.010.05
HSL40º9.68%93.92%-
HSV(B)40º1.24%94.51%-
XYZ82.8787.1993.35-
YUV240.07126.83128.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.52%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=33.52%
G=33.38%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124023800.000.010.05409.6893.92
HexF1F0EE001528a5e
Octal36136035600155012136
Binary11110001111100001110111000110110100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0EE; }

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

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

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

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

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

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

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

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