Shades of Classic Rose #FAC4EF
Tints of Classic Rose #FAC4EF
RGB
CMYK
RGB Variations
Color information
#FAC4EF (or 0xFAC4EF) is known color: Classic Rose. HEX triplet: FA, C4 and EF. RGB value is (250,196,239). Sum of RGB (Red+Green+Blue) = 250+196+239=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4EF is #053B10. Grayscale: #D8D8D8. Windows color (decimal): -342801 or 15713530. OLE color: 15713530.
HSL color Cylindrical-coordinate representation of color #FAC4EF: hue angle of 312.22º 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 #FAC4EF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 239 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.02 |
| HSL | 312.22º | 0.84% | 0.87% | - |
| HSV(B) | 312.22º | 0.22% | 0.98% | - |
| XYZ | 74.74 | 66.04 | 90.47 | - |
| YUV | 217.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 239 | 0 | 0.22 | 0.04 | 0.02 | 312.22 | 0.84 | 0.87 |
| Hex | FA | C4 | EF | 0 | 16 | 4 | 2 | 138 | 54 | 57 |
| Octal | 372 | 304 | 357 | 0 | 26 | 4 | 2 | 470 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11101111 | 0 | 10110 | 100 | 10 | 100111000 | 1010100 | 1010111 |
Color Harmonies of #FAC4EF
Complementary color
Monochromatic Colors of #FAC4EF
Black with #FAC4EF
Text Example
Text Example
White with #FAC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4EF; }
p { color: rgb(250,196,239); }
H1.HeaderClassName
{
color: #FAC4EF;
}
.AnyTagClassName
{
color: #FAC4EF;
}
</style>
background-color css
<style>
a { background-color: #FAC4EF; }
a { background-color: rgb(250,196,239); }
div.DivClassName
{
background-color: #FAC4EF;
}
.BgClassName
{
background-color: #FAC4EF;
}
</style>
border-color css
<style>
span { border-color: #FAC4EF; }
span { border-color: rgb(250,196,239); }
td.TdClassName
{
border-color: #FAC4EF;
}
.TagClassName
{
border-color: #FAC4EF;
}
</style>