Shades of Romance #FAF5E5
Tints of Romance #FAF5E5
RGB
CMYK
RGB Variations
Color information
#FAF5E5 (or 0xFAF5E5) is known color: 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
RGB | 250 | 245 | 229 | - |
CMYK | 0 | 0.02 | 0.08 | 0.02 |
HSL | 45.71º | 0.68% | 0.94% | - |
HSV(B) | 45.71º | 0.08% | 0.98% | - |
XYZ | 86.22 | 91.29 | 87.2 | - |
YUV | 244.67 | 119.16 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 245 | 229 | 0 | 0.02 | 0.08 | 0.02 | 45.71 | 0.68 | 0.94 |
Hex | FA | F5 | E5 | 0 | 2 | 8 | 2 | 2E | 44 | 5E |
Octal | 372 | 365 | 345 | 0 | 2 | 10 | 2 | 56 | 104 | 136 |
Binary | 11111010 | 11110101 | 11100101 | 0 | 10 | 1000 | 10 | 101110 | 1000100 | 1011110 |
Color Harmonies of #FAF5E5
Complementary color
Monochromatic Colors of #FAF5E5
Black with #FAF5E5
Text Example
Text Example
White with #FAF5E5
Text Example
Text Example
HTML Codes & Css Web 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>