#F2F1EE

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

Shades of Romance #F2F1EE

Tints of Romance #F2F1EE

Color information

#F2F1EE (or 0xF2F1EE) is unknown color: approx Romance. HEX triplet: F2, F1 and EE. RGB value is (242,241,238). Sum of RGB (Red+Green+Blue) = 242+241+238=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EE is #0D0E11. Grayscale: #F0F0F0. Windows color (decimal): -855570 or 15659506. OLE color: 15659506.

HSL color Cylindrical-coordinate representation of color #F2F1EE: 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 #F2F1EE is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242241238-
CMYK00.000.020.05
HSL45º13.33%94.12%-
HSV(B)45º1.65%94.9%-
XYZ83.5187.9693.47-
YUV240.96126.33128.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.56%
GREEN value IS 241 (94.53% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=33.56%
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
Decimal24224123800.000.020.054513.3394.12
HexF2F1EE00252dd5e
Octal36236135600255515136
Binary111100101111000111101110001010110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1EE; }

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

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

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

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

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

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

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

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