Shades of Classic Rose #FAC6ED
Tints of Classic Rose #FAC6ED
RGB
CMYK
RGB Variations
Color information
#FAC6ED (or 0xFAC6ED) is known color: Classic Rose. HEX triplet: FA, C6 and ED. RGB value is (250,198,237). Sum of RGB (Red+Green+Blue) = 250+198+237=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 198 (77.73% from 255 or 28.91% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6ED is #053912. Grayscale: #D9D9D9. Windows color (decimal): -342291 or 15582970. OLE color: 15582970.
HSL color Cylindrical-coordinate representation of color #FAC6ED: hue angle of 315º 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 #FAC6ED is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 237 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.02 |
| HSL | 315º | 0.84% | 0.88% | - |
| HSV(B) | 315º | 0.21% | 0.98% | - |
| XYZ | 74.9 | 66.83 | 89.07 | - |
| YUV | 217.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 237 | 0 | 0.21 | 0.05 | 0.02 | 315 | 0.84 | 0.88 |
| Hex | FA | C6 | ED | 0 | 15 | 5 | 2 | 13B | 54 | 58 |
| Octal | 372 | 306 | 355 | 0 | 25 | 5 | 2 | 473 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11101101 | 0 | 10101 | 101 | 10 | 100111011 | 1010100 | 1011000 |
Color Harmonies of #FAC6ED
Complementary color
Monochromatic Colors of #FAC6ED
Black with #FAC6ED
Text Example
Text Example
White with #FAC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6ED; }
p { color: rgb(250,198,237); }
H1.HeaderClassName
{
color: #FAC6ED;
}
.AnyTagClassName
{
color: #FAC6ED;
}
</style>
background-color css
<style>
a { background-color: #FAC6ED; }
a { background-color: rgb(250,198,237); }
div.DivClassName
{
background-color: #FAC6ED;
}
.BgClassName
{
background-color: #FAC6ED;
}
</style>
border-color css
<style>
span { border-color: #FAC6ED; }
span { border-color: rgb(250,198,237); }
td.TdClassName
{
border-color: #FAC6ED;
}
.TagClassName
{
border-color: #FAC6ED;
}
</style>