#FAF5E5

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

Shades of Romance #FAF5E5

Tints of Romance #FAF5E5

Color information

#FAF5E5 (or 0xFAF5E5) is unknown color: approx Romance. HEX triplet: FA, F5 and E5. RGB value is (250,245,229). Sum of RGB (Red+Green+Blue) = 250+245+229=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 245 (96.09% from 255 or 33.84% from 724); Blue value is 229 (89.84% from 255 or 31.63% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5E5 is #050A1A. Grayscale: #F4F4F4. Windows color (decimal): -330267 or 15070714. OLE color: 15070714.

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

Color convert

RGB250245229-
CMYK00.020.080.02
HSL45.71º67.74%93.92%-
HSV(B)45.71º8.4%98.04%-
XYZ86.2291.2987.2-
YUV244.67119.16131.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 245 (96.09% from 255) = 33.84%
BLUE value IS 229 (89.84% from 255) = 31.63%
R=34.53%
G=33.84%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024522900.020.080.0245.7167.7493.92
HexFAF5E502822e445e
Octal3723653450210256104136
Binary11111010111101011110010101010001010111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5E5; }

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

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

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

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

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

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

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

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