Shades of Romance #FAF5E6
Tints of Romance #FAF5E6
RGB
CMYK
RGB Variations
Color information
#FAF5E6 (or 0xFAF5E6) is known color: Romance. HEX triplet: FA, F5 and E6. RGB value is (250,245,230). Sum of RGB (Red+Green+Blue) = 250+245+230=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 245 (96.09% from 255 or 33.79% from 725); Blue value is 230 (90.23% from 255 or 31.72% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5E6 is #050A19. Grayscale: #F4F4F4. Windows color (decimal): -330266 or 15136250. OLE color: 15136250.
HSL color Cylindrical-coordinate representation of color #FAF5E6: hue angle of 45º degrees, saturation: 0.67, 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 #FAF5E6 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 245 | 230 | - |
CMYK | 0 | 0.02 | 0.08 | 0.02 |
HSL | 45º | 0.67% | 0.94% | - |
HSV(B) | 45º | 0.08% | 0.98% | - |
XYZ | 86.36 | 91.34 | 87.94 | - |
YUV | 244.79 | 119.66 | 131.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 245 | 230 | 0 | 0.02 | 0.08 | 0.02 | 45 | 0.67 | 0.94 |
Hex | FA | F5 | E6 | 0 | 2 | 8 | 2 | 2D | 43 | 5E |
Octal | 372 | 365 | 346 | 0 | 2 | 10 | 2 | 55 | 103 | 136 |
Binary | 11111010 | 11110101 | 11100110 | 0 | 10 | 1000 | 10 | 101101 | 1000011 | 1011110 |
Color Harmonies of #FAF5E6
Complementary color
Monochromatic Colors of #FAF5E6
Black with #FAF5E6
Text Example
Text Example
White with #FAF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5E6; }
p { color: rgb(250,245,230); }
H1.HeaderClassName
{
color: #FAF5E6;
}
.AnyTagClassName
{
color: #FAF5E6;
}
</style>
background-color css
<style>
a { background-color: #FAF5E6; }
a { background-color: rgb(250,245,230); }
div.DivClassName
{
background-color: #FAF5E6;
}
.BgClassName
{
background-color: #FAF5E6;
}
</style>
border-color css
<style>
span { border-color: #FAF5E6; }
span { border-color: rgb(250,245,230); }
td.TdClassName
{
border-color: #FAF5E6;
}
.TagClassName
{
border-color: #FAF5E6;
}
</style>