Shades of Classic Rose #FAC7E8
Tints of Classic Rose #FAC7E8
RGB
CMYK
RGB Variations
Color information
#FAC7E8 (or 0xFAC7E8) is known color: Classic Rose. HEX triplet: FA, C7 and E8. RGB value is (250,199,232). Sum of RGB (Red+Green+Blue) = 250+199+232=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 199 (78.12% from 255 or 29.22% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7E8 is #053817. Grayscale: #D9D9D9. Windows color (decimal): -342040 or 15255546. OLE color: 15255546.
HSL color Cylindrical-coordinate representation of color #FAC7E8: hue angle of 321.18º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7E8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 232 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.02 |
| HSL | 321.18º | 0.84% | 0.88% | - |
| HSV(B) | 321.18º | 0.2% | 0.98% | - |
| XYZ | 74.41 | 67 | 85.35 | - |
| YUV | 218.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 232 | 0 | 0.20 | 0.07 | 0.02 | 321.18 | 0.84 | 0.88 |
| Hex | FA | C7 | E8 | 0 | 14 | 7 | 2 | 141 | 54 | 58 |
| Octal | 372 | 307 | 350 | 0 | 24 | 7 | 2 | 501 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11101000 | 0 | 10100 | 111 | 10 | 101000001 | 1010100 | 1011000 |
Color Harmonies of #FAC7E8
Complementary color
Monochromatic Colors of #FAC7E8
Black with #FAC7E8
Text Example
Text Example
White with #FAC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7E8; }
p { color: rgb(250,199,232); }
H1.HeaderClassName
{
color: #FAC7E8;
}
.AnyTagClassName
{
color: #FAC7E8;
}
</style>
background-color css
<style>
a { background-color: #FAC7E8; }
a { background-color: rgb(250,199,232); }
div.DivClassName
{
background-color: #FAC7E8;
}
.BgClassName
{
background-color: #FAC7E8;
}
</style>
border-color css
<style>
span { border-color: #FAC7E8; }
span { border-color: rgb(250,199,232); }
td.TdClassName
{
border-color: #FAC7E8;
}
.TagClassName
{
border-color: #FAC7E8;
}
</style>