Shades of Classic Rose #FAC5DE
Tints of Classic Rose #FAC5DE
RGB
CMYK
RGB Variations
Color information
#FAC5DE (or 0xFAC5DE) is known color: Classic Rose. HEX triplet: FA, C5 and DE. RGB value is (250,197,222). Sum of RGB (Red+Green+Blue) = 250+197+222=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DE is #053A21. Grayscale: #D7D7D7. Windows color (decimal): -342562 or 14599674. OLE color: 14599674.
HSL color Cylindrical-coordinate representation of color #FAC5DE: hue angle of 331.7º 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 #FAC5DE is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 222 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.02 |
| HSL | 331.7º | 0.84% | 0.88% | - |
| HSV(B) | 331.7º | 0.21% | 0.98% | - |
| XYZ | 72.58 | 65.53 | 77.93 | - |
| YUV | 215.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 222 | 0 | 0.21 | 0.11 | 0.02 | 331.7 | 0.84 | 0.88 |
| Hex | FA | C5 | DE | 0 | 15 | B | 2 | 14C | 54 | 58 |
| Octal | 372 | 305 | 336 | 0 | 25 | 13 | 2 | 514 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11011110 | 0 | 10101 | 1011 | 10 | 101001100 | 1010100 | 1011000 |
Color Harmonies of #FAC5DE
Complementary color
Monochromatic Colors of #FAC5DE
Black with #FAC5DE
Text Example
Text Example
White with #FAC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5DE; }
p { color: rgb(250,197,222); }
H1.HeaderClassName
{
color: #FAC5DE;
}
.AnyTagClassName
{
color: #FAC5DE;
}
</style>
background-color css
<style>
a { background-color: #FAC5DE; }
a { background-color: rgb(250,197,222); }
div.DivClassName
{
background-color: #FAC5DE;
}
.BgClassName
{
background-color: #FAC5DE;
}
</style>
border-color css
<style>
span { border-color: #FAC5DE; }
span { border-color: rgb(250,197,222); }
td.TdClassName
{
border-color: #FAC5DE;
}
.TagClassName
{
border-color: #FAC5DE;
}
</style>