#F5F1E5

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

Shades of Romance #F5F1E5

Tints of Romance #F5F1E5

Color information

#F5F1E5 (or 0xF5F1E5) is unknown color: approx Romance. HEX triplet: F5, F1 and E5. RGB value is (245,241,229). Sum of RGB (Red+Green+Blue) = 245+241+229=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1E5 is #0A0E1A. Grayscale: #F0F0F0. Windows color (decimal): -658971 or 15069685. OLE color: 15069685.

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

Color convert

RGB245241229-
CMYK00.020.070.04
HSL45º44.44%92.94%-
HSV(B)45º6.53%96.08%-
XYZ83.2587.9886.72-
YUV240.83121.33130.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 229 (89.84% from 255) = 32.03%
R=34.27%
G=33.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524122900.020.070.044544.4492.94
HexF5F1E502742d2c5d
Octal36536134502745554135
Binary1111010111110001111001010101111001011011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1E5; }

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

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

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

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

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

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

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

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