#F5F4F1

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

Shades of Romance #F5F4F1

Tints of Romance #F5F4F1

Color information

#F5F4F1 (or 0xF5F4F1) is unknown color: approx Romance. HEX triplet: F5, F4 and F1. RGB value is (245,244,241). Sum of RGB (Red+Green+Blue) = 245+244+241=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F4F1 is #0A0B0E. Grayscale: #F3F3F3. Windows color (decimal): -658191 or 15856885. OLE color: 15856885.

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

Color convert

RGB245244241-
CMYK00.000.020.04
HSL45º16.67%95.29%-
HSV(B)45º1.63%96.08%-
XYZ85.8890.4696.15-
YUV243.96126.33128.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.56%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 241 (94.53% from 255) = 33.01%
R=33.56%
G=33.42%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24524424100.000.020.044516.6795.29
HexF5F4F100242d115f
Octal36536436100245521137
Binary1111010111110100111100010010100101101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4F1; }

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

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

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

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

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

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

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

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