Shades of Classic Rose #FAC6EE
Tints of Classic Rose #FAC6EE
RGB
CMYK
RGB Variations
Color information
#FAC6EE (or 0xFAC6EE) is known color: Classic Rose. HEX triplet: FA, C6 and EE. RGB value is (250,198,238). Sum of RGB (Red+Green+Blue) = 250+198+238=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6EE is #053911. Grayscale: #DADADA. Windows color (decimal): -342290 or 15648506. OLE color: 15648506.
HSL color Cylindrical-coordinate representation of color #FAC6EE: hue angle of 313.85º 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 #FAC6EE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 238 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.02 |
| HSL | 313.85º | 0.84% | 0.88% | - |
| HSV(B) | 313.85º | 0.21% | 0.98% | - |
| XYZ | 75.05 | 66.89 | 89.84 | - |
| YUV | 218.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 238 | 0 | 0.21 | 0.05 | 0.02 | 313.85 | 0.84 | 0.88 |
| Hex | FA | C6 | EE | 0 | 15 | 5 | 2 | 13A | 54 | 58 |
| Octal | 372 | 306 | 356 | 0 | 25 | 5 | 2 | 472 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11101110 | 0 | 10101 | 101 | 10 | 100111010 | 1010100 | 1011000 |
Color Harmonies of #FAC6EE
Complementary color
Monochromatic Colors of #FAC6EE
Black with #FAC6EE
Text Example
Text Example
White with #FAC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6EE; }
p { color: rgb(250,198,238); }
H1.HeaderClassName
{
color: #FAC6EE;
}
.AnyTagClassName
{
color: #FAC6EE;
}
</style>
background-color css
<style>
a { background-color: #FAC6EE; }
a { background-color: rgb(250,198,238); }
div.DivClassName
{
background-color: #FAC6EE;
}
.BgClassName
{
background-color: #FAC6EE;
}
</style>
border-color css
<style>
span { border-color: #FAC6EE; }
span { border-color: rgb(250,198,238); }
td.TdClassName
{
border-color: #FAC6EE;
}
.TagClassName
{
border-color: #FAC6EE;
}
</style>