#F5F1EA

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

Shades of Romance #F5F1EA

Tints of Romance #F5F1EA

Color information

#F5F1EA (or 0xF5F1EA) is unknown color: approx Romance. HEX triplet: F5, F1 and EA. RGB value is (245,241,234). Sum of RGB (Red+Green+Blue) = 245+241+234=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1EA is #0A0E15. Grayscale: #F1F1F1. Windows color (decimal): -658966 or 15397365. OLE color: 15397365.

HSL color Cylindrical-coordinate representation of color #F5F1EA: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F1EA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245241234-
CMYK00.020.040.04
HSL38.18º35.48%93.92%-
HSV(B)38.18º4.49%96.08%-
XYZ83.9688.2690.45-
YUV241.4123.83130.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 241 (94.53% from 255) = 33.47%
BLUE value IS 234 (91.80% from 255) = 32.5%
R=34.03%
G=33.47%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524123400.020.040.0438.1835.4893.92
HexF5F1EA024426235e
Octal36536135202444643136
Binary1111010111110001111010100101001001001101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1EA; }

 p { color: rgb(245,241,234); }

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

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

 a { background-color: rgb(245,241,234); }

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

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

 span { border-color: rgb(245,241,234); }

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