Shades of Classic Rose #FAC6EA
Tints of Classic Rose #FAC6EA
RGB
CMYK
RGB Variations
Color information
#FAC6EA (or 0xFAC6EA) is known color: Classic Rose. HEX triplet: FA, C6 and EA. RGB value is (250,198,234). Sum of RGB (Red+Green+Blue) = 250+198+234=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6EA is #053915. Grayscale: #D9D9D9. Windows color (decimal): -342294 or 15386362. OLE color: 15386362.
HSL color Cylindrical-coordinate representation of color #FAC6EA: hue angle of 318.46º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6EA is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 234 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.02 |
| HSL | 318.46º | 0.84% | 0.88% | - |
| HSV(B) | 318.46º | 0.21% | 0.98% | - |
| XYZ | 74.47 | 66.65 | 86.78 | - |
| YUV | 217.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 234 | 0 | 0.21 | 0.06 | 0.02 | 318.46 | 0.84 | 0.88 |
| Hex | FA | C6 | EA | 0 | 15 | 6 | 2 | 13E | 54 | 58 |
| Octal | 372 | 306 | 352 | 0 | 25 | 6 | 2 | 476 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11101010 | 0 | 10101 | 110 | 10 | 100111110 | 1010100 | 1011000 |
Color Harmonies of #FAC6EA
Complementary color
Monochromatic Colors of #FAC6EA
Black with #FAC6EA
Text Example
Text Example
White with #FAC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6EA; }
p { color: rgb(250,198,234); }
H1.HeaderClassName
{
color: #FAC6EA;
}
.AnyTagClassName
{
color: #FAC6EA;
}
</style>
background-color css
<style>
a { background-color: #FAC6EA; }
a { background-color: rgb(250,198,234); }
div.DivClassName
{
background-color: #FAC6EA;
}
.BgClassName
{
background-color: #FAC6EA;
}
</style>
border-color css
<style>
span { border-color: #FAC6EA; }
span { border-color: rgb(250,198,234); }
td.TdClassName
{
border-color: #FAC6EA;
}
.TagClassName
{
border-color: #FAC6EA;
}
</style>