Shades of Classic Rose #FAC7EE
Tints of Classic Rose #FAC7EE
RGB
CMYK
RGB Variations
Color information
#FAC7EE (or 0xFAC7EE) is known color: Classic Rose. HEX triplet: FA, C7 and EE. RGB value is (250,199,238). Sum of RGB (Red+Green+Blue) = 250+199+238=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7EE is #053811. Grayscale: #DADADA. Windows color (decimal): -342034 or 15648762. OLE color: 15648762.
HSL color Cylindrical-coordinate representation of color #FAC7EE: hue angle of 314.12º 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 #FAC7EE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 238 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.02 |
| HSL | 314.12º | 0.84% | 0.88% | - |
| HSV(B) | 314.12º | 0.2% | 0.98% | - |
| XYZ | 75.28 | 67.34 | 89.92 | - |
| YUV | 218.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 238 | 0 | 0.20 | 0.05 | 0.02 | 314.12 | 0.84 | 0.88 |
| Hex | FA | C7 | EE | 0 | 14 | 5 | 2 | 13A | 54 | 58 |
| Octal | 372 | 307 | 356 | 0 | 24 | 5 | 2 | 472 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11101110 | 0 | 10100 | 101 | 10 | 100111010 | 1010100 | 1011000 |
Color Harmonies of #FAC7EE
Complementary color
Monochromatic Colors of #FAC7EE
Black with #FAC7EE
Text Example
Text Example
White with #FAC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7EE; }
p { color: rgb(250,199,238); }
H1.HeaderClassName
{
color: #FAC7EE;
}
.AnyTagClassName
{
color: #FAC7EE;
}
</style>
background-color css
<style>
a { background-color: #FAC7EE; }
a { background-color: rgb(250,199,238); }
div.DivClassName
{
background-color: #FAC7EE;
}
.BgClassName
{
background-color: #FAC7EE;
}
</style>
border-color css
<style>
span { border-color: #FAC7EE; }
span { border-color: rgb(250,199,238); }
td.TdClassName
{
border-color: #FAC7EE;
}
.TagClassName
{
border-color: #FAC7EE;
}
</style>