#F5F2EB

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

Shades of Romance #F5F2EB

Tints of Romance #F5F2EB

Color information

#F5F2EB (or 0xF5F2EB) is unknown color: approx Romance. HEX triplet: F5, F2 and EB. RGB value is (245,242,235). Sum of RGB (Red+Green+Blue) = 245+242+235=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2EB is #0A0D14. Grayscale: #F2F2F2. Windows color (decimal): -658709 or 15463157. OLE color: 15463157.

HSL color Cylindrical-coordinate representation of color #F5F2EB: hue angle of 42º degrees, saturation: 0.33, 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 #F5F2EB is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245242235-
CMYK00.010.040.04
HSL42º33.33%94.12%-
HSV(B)42º4.08%96.08%-
XYZ84.488.9191.31-
YUV242.1123.99130.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.93%
GREEN value IS 242 (94.92% from 255) = 33.52%
BLUE value IS 235 (92.19% from 255) = 32.55%
R=33.93%
G=33.52%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524223500.010.040.044233.3394.12
HexF5F2EB01442a215e
Octal36536235301445241136
Binary111101011111001011101011011001001010101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2EB; }

 p { color: rgb(245,242,235); }

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

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

 a { background-color: rgb(245,242,235); }

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

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

 span { border-color: rgb(245,242,235); }

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