Shades of Classic Rose #FAC8EF
Tints of Classic Rose #FAC8EF
RGB
CMYK
RGB Variations
Color information
#FAC8EF (or 0xFAC8EF) is known color: Classic Rose. HEX triplet: FA, C8 and EF. RGB value is (250,200,239). Sum of RGB (Red+Green+Blue) = 250+200+239=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8EF is #053710. Grayscale: #DBDBDB. Windows color (decimal): -341777 or 15714554. OLE color: 15714554.
HSL color Cylindrical-coordinate representation of color #FAC8EF: hue angle of 313.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8EF is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 239 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.02 |
| HSL | 313.2º | 0.83% | 0.88% | - |
| HSV(B) | 313.2º | 0.2% | 0.98% | - |
| XYZ | 75.66 | 67.86 | 90.77 | - |
| YUV | 219.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 239 | 0 | 0.2 | 0.04 | 0.02 | 313.2 | 0.83 | 0.88 |
| Hex | FA | C8 | EF | 0 | 14 | 4 | 2 | 139 | 53 | 58 |
| Octal | 372 | 310 | 357 | 0 | 24 | 4 | 2 | 471 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11101111 | 0 | 10100 | 100 | 10 | 100111001 | 1010011 | 1011000 |
Color Harmonies of #FAC8EF
Complementary color
Monochromatic Colors of #FAC8EF
Black with #FAC8EF
Text Example
Text Example
White with #FAC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8EF; }
p { color: rgb(250,200,239); }
H1.HeaderClassName
{
color: #FAC8EF;
}
.AnyTagClassName
{
color: #FAC8EF;
}
</style>
background-color css
<style>
a { background-color: #FAC8EF; }
a { background-color: rgb(250,200,239); }
div.DivClassName
{
background-color: #FAC8EF;
}
.BgClassName
{
background-color: #FAC8EF;
}
</style>
border-color css
<style>
span { border-color: #FAC8EF; }
span { border-color: rgb(250,200,239); }
td.TdClassName
{
border-color: #FAC8EF;
}
.TagClassName
{
border-color: #FAC8EF;
}
</style>