Shades of Classic Rose #FAC4E4
Tints of Classic Rose #FAC4E4
RGB
CMYK
RGB Variations
Color information
#FAC4E4 (or 0xFAC4E4) is known color: Classic Rose. HEX triplet: FA, C4 and E4. RGB value is (250,196,228). Sum of RGB (Red+Green+Blue) = 250+196+228=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4E4 is #053B1B. Grayscale: #D7D7D7. Windows color (decimal): -342812 or 14992634. OLE color: 14992634.
HSL color Cylindrical-coordinate representation of color #FAC4E4: hue angle of 324.44º 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 #FAC4E4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 228 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.02 |
| HSL | 324.44º | 0.84% | 0.87% | - |
| HSV(B) | 324.44º | 0.22% | 0.98% | - |
| XYZ | 73.17 | 65.41 | 82.17 | - |
| YUV | 215.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 228 | 0 | 0.22 | 0.09 | 0.02 | 324.44 | 0.84 | 0.87 |
| Hex | FA | C4 | E4 | 0 | 16 | 9 | 2 | 144 | 54 | 57 |
| Octal | 372 | 304 | 344 | 0 | 26 | 11 | 2 | 504 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11100100 | 0 | 10110 | 1001 | 10 | 101000100 | 1010100 | 1010111 |
Color Harmonies of #FAC4E4
Complementary color
Monochromatic Colors of #FAC4E4
Black with #FAC4E4
Text Example
Text Example
White with #FAC4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4E4; }
p { color: rgb(250,196,228); }
H1.HeaderClassName
{
color: #FAC4E4;
}
.AnyTagClassName
{
color: #FAC4E4;
}
</style>
background-color css
<style>
a { background-color: #FAC4E4; }
a { background-color: rgb(250,196,228); }
div.DivClassName
{
background-color: #FAC4E4;
}
.BgClassName
{
background-color: #FAC4E4;
}
</style>
border-color css
<style>
span { border-color: #FAC4E4; }
span { border-color: rgb(250,196,228); }
td.TdClassName
{
border-color: #FAC4E4;
}
.TagClassName
{
border-color: #FAC4E4;
}
</style>