Shades of Classic Rose #FAC4EA
Tints of Classic Rose #FAC4EA
RGB
CMYK
RGB Variations
Color information
#FAC4EA (or 0xFAC4EA) is known color: Classic Rose. HEX triplet: FA, C4 and EA. RGB value is (250,196,234). Sum of RGB (Red+Green+Blue) = 250+196+234=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4EA is #053B15. Grayscale: #D8D8D8. Windows color (decimal): -342806 or 15385850. OLE color: 15385850.
HSL color Cylindrical-coordinate representation of color #FAC4EA: hue angle of 317.78º 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 #FAC4EA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 234 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.02 |
| HSL | 317.78º | 0.84% | 0.87% | - |
| HSV(B) | 317.78º | 0.22% | 0.98% | - |
| XYZ | 74.02 | 65.74 | 86.63 | - |
| YUV | 216.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 234 | 0 | 0.22 | 0.06 | 0.02 | 317.78 | 0.84 | 0.87 |
| Hex | FA | C4 | EA | 0 | 16 | 6 | 2 | 13E | 54 | 57 |
| Octal | 372 | 304 | 352 | 0 | 26 | 6 | 2 | 476 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11101010 | 0 | 10110 | 110 | 10 | 100111110 | 1010100 | 1010111 |
Color Harmonies of #FAC4EA
Complementary color
Monochromatic Colors of #FAC4EA
Black with #FAC4EA
Text Example
Text Example
White with #FAC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4EA; }
p { color: rgb(250,196,234); }
H1.HeaderClassName
{
color: #FAC4EA;
}
.AnyTagClassName
{
color: #FAC4EA;
}
</style>
background-color css
<style>
a { background-color: #FAC4EA; }
a { background-color: rgb(250,196,234); }
div.DivClassName
{
background-color: #FAC4EA;
}
.BgClassName
{
background-color: #FAC4EA;
}
</style>
border-color css
<style>
span { border-color: #FAC4EA; }
span { border-color: rgb(250,196,234); }
td.TdClassName
{
border-color: #FAC4EA;
}
.TagClassName
{
border-color: #FAC4EA;
}
</style>