Shades of Classic Rose #FAC7E7
Tints of Classic Rose #FAC7E7
RGB
CMYK
RGB Variations
Color information
#FAC7E7 (or 0xFAC7E7) is known color: Classic Rose. HEX triplet: FA, C7 and E7. RGB value is (250,199,231). Sum of RGB (Red+Green+Blue) = 250+199+231=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 199 (78.12% from 255 or 29.26% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7E7 is #053818. Grayscale: #D9D9D9. Windows color (decimal): -342041 or 15190010. OLE color: 15190010.
HSL color Cylindrical-coordinate representation of color #FAC7E7: hue angle of 322.35º 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 #FAC7E7 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 231 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.02 |
| HSL | 322.35º | 0.84% | 0.88% | - |
| HSV(B) | 322.35º | 0.2% | 0.98% | - |
| XYZ | 74.27 | 66.94 | 84.61 | - |
| YUV | 217.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 231 | 0 | 0.20 | 0.08 | 0.02 | 322.35 | 0.84 | 0.88 |
| Hex | FA | C7 | E7 | 0 | 14 | 8 | 2 | 142 | 54 | 58 |
| Octal | 372 | 307 | 347 | 0 | 24 | 10 | 2 | 502 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11100111 | 0 | 10100 | 1000 | 10 | 101000010 | 1010100 | 1011000 |
Color Harmonies of #FAC7E7
Complementary color
Monochromatic Colors of #FAC7E7
Black with #FAC7E7
Text Example
Text Example
White with #FAC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7E7; }
p { color: rgb(250,199,231); }
H1.HeaderClassName
{
color: #FAC7E7;
}
.AnyTagClassName
{
color: #FAC7E7;
}
</style>
background-color css
<style>
a { background-color: #FAC7E7; }
a { background-color: rgb(250,199,231); }
div.DivClassName
{
background-color: #FAC7E7;
}
.BgClassName
{
background-color: #FAC7E7;
}
</style>
border-color css
<style>
span { border-color: #FAC7E7; }
span { border-color: rgb(250,199,231); }
td.TdClassName
{
border-color: #FAC7E7;
}
.TagClassName
{
border-color: #FAC7E7;
}
</style>