Shades of Classic Rose #FAC7E3
Tints of Classic Rose #FAC7E3
RGB
CMYK
RGB Variations
Color information
#FAC7E3 (or 0xFAC7E3) is known color: Classic Rose. HEX triplet: FA, C7 and E3. RGB value is (250,199,227). Sum of RGB (Red+Green+Blue) = 250+199+227=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7E3 is #05381C. Grayscale: #D9D9D9. Windows color (decimal): -342045 or 14927866. OLE color: 14927866.
HSL color Cylindrical-coordinate representation of color #FAC7E3: hue angle of 327.06º 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 #FAC7E3 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 227 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.02 |
| HSL | 327.06º | 0.84% | 0.88% | - |
| HSV(B) | 327.06º | 0.2% | 0.98% | - |
| XYZ | 73.71 | 66.72 | 81.67 | - |
| YUV | 217.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 227 | 0 | 0.20 | 0.09 | 0.02 | 327.06 | 0.84 | 0.88 |
| Hex | FA | C7 | E3 | 0 | 14 | 9 | 2 | 147 | 54 | 58 |
| Octal | 372 | 307 | 343 | 0 | 24 | 11 | 2 | 507 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11100011 | 0 | 10100 | 1001 | 10 | 101000111 | 1010100 | 1011000 |
Color Harmonies of #FAC7E3
Complementary color
Monochromatic Colors of #FAC7E3
Black with #FAC7E3
Text Example
Text Example
White with #FAC7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7E3; }
p { color: rgb(250,199,227); }
H1.HeaderClassName
{
color: #FAC7E3;
}
.AnyTagClassName
{
color: #FAC7E3;
}
</style>
background-color css
<style>
a { background-color: #FAC7E3; }
a { background-color: rgb(250,199,227); }
div.DivClassName
{
background-color: #FAC7E3;
}
.BgClassName
{
background-color: #FAC7E3;
}
</style>
border-color css
<style>
span { border-color: #FAC7E3; }
span { border-color: rgb(250,199,227); }
td.TdClassName
{
border-color: #FAC7E3;
}
.TagClassName
{
border-color: #FAC7E3;
}
</style>