Shades of Classic Rose #FAC4E3
Tints of Classic Rose #FAC4E3
RGB
CMYK
RGB Variations
Color information
#FAC4E3 (or 0xFAC4E3) is known color: Classic Rose. HEX triplet: FA, C4 and E3. RGB value is (250,196,227). Sum of RGB (Red+Green+Blue) = 250+196+227=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4E3 is #053B1C. Grayscale: #D7D7D7. Windows color (decimal): -342813 or 14927098. OLE color: 14927098.
HSL color Cylindrical-coordinate representation of color #FAC4E3: hue angle of 325.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC4E3 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 227 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.02 |
| HSL | 325.56º | 0.84% | 0.87% | - |
| HSV(B) | 325.56º | 0.22% | 0.98% | - |
| XYZ | 73.03 | 65.35 | 81.44 | - |
| YUV | 215.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 227 | 0 | 0.22 | 0.09 | 0.02 | 325.56 | 0.84 | 0.87 |
| Hex | FA | C4 | E3 | 0 | 16 | 9 | 2 | 146 | 54 | 57 |
| Octal | 372 | 304 | 343 | 0 | 26 | 11 | 2 | 506 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11100011 | 0 | 10110 | 1001 | 10 | 101000110 | 1010100 | 1010111 |
Color Harmonies of #FAC4E3
Complementary color
Monochromatic Colors of #FAC4E3
Black with #FAC4E3
Text Example
Text Example
White with #FAC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4E3; }
p { color: rgb(250,196,227); }
H1.HeaderClassName
{
color: #FAC4E3;
}
.AnyTagClassName
{
color: #FAC4E3;
}
</style>
background-color css
<style>
a { background-color: #FAC4E3; }
a { background-color: rgb(250,196,227); }
div.DivClassName
{
background-color: #FAC4E3;
}
.BgClassName
{
background-color: #FAC4E3;
}
</style>
border-color css
<style>
span { border-color: #FAC4E3; }
span { border-color: rgb(250,196,227); }
td.TdClassName
{
border-color: #FAC4E3;
}
.TagClassName
{
border-color: #FAC4E3;
}
</style>