Shades of Classic Rose #FAC7E5
Tints of Classic Rose #FAC7E5
RGB
CMYK
RGB Variations
Color information
#FAC7E5 (or 0xFAC7E5) is known color: Classic Rose. HEX triplet: FA, C7 and E5. RGB value is (250,199,229). Sum of RGB (Red+Green+Blue) = 250+199+229=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7E5 is #05381A. Grayscale: #D9D9D9. Windows color (decimal): -342043 or 15058938. OLE color: 15058938.
HSL color Cylindrical-coordinate representation of color #FAC7E5: hue angle of 324.71º 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 #FAC7E5 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 229 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.02 |
| HSL | 324.71º | 0.84% | 0.88% | - |
| HSV(B) | 324.71º | 0.2% | 0.98% | - |
| XYZ | 73.99 | 66.83 | 83.13 | - |
| YUV | 217.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 229 | 0 | 0.20 | 0.08 | 0.02 | 324.71 | 0.84 | 0.88 |
| Hex | FA | C7 | E5 | 0 | 14 | 8 | 2 | 145 | 54 | 58 |
| Octal | 372 | 307 | 345 | 0 | 24 | 10 | 2 | 505 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11100101 | 0 | 10100 | 1000 | 10 | 101000101 | 1010100 | 1011000 |
Color Harmonies of #FAC7E5
Complementary color
Monochromatic Colors of #FAC7E5
Black with #FAC7E5
Text Example
Text Example
White with #FAC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7E5; }
p { color: rgb(250,199,229); }
H1.HeaderClassName
{
color: #FAC7E5;
}
.AnyTagClassName
{
color: #FAC7E5;
}
</style>
background-color css
<style>
a { background-color: #FAC7E5; }
a { background-color: rgb(250,199,229); }
div.DivClassName
{
background-color: #FAC7E5;
}
.BgClassName
{
background-color: #FAC7E5;
}
</style>
border-color css
<style>
span { border-color: #FAC7E5; }
span { border-color: rgb(250,199,229); }
td.TdClassName
{
border-color: #FAC7E5;
}
.TagClassName
{
border-color: #FAC7E5;
}
</style>