Shades of Classic Rose #FACDE8
Tints of Classic Rose #FACDE8
RGB
CMYK
RGB Variations
Color information
#FACDE8 (or 0xFACDE8) is known color: Classic Rose. HEX triplet: FA, CD and E8. RGB value is (250,205,232). Sum of RGB (Red+Green+Blue) = 250+205+232=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDE8 is #053217. Grayscale: #DDDDDD. Windows color (decimal): -340504 or 15257082. OLE color: 15257082.
HSL color Cylindrical-coordinate representation of color #FACDE8: hue angle of 324º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDE8 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 232 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.02 |
| HSL | 324º | 0.82% | 0.89% | - |
| HSV(B) | 324º | 0.18% | 0.98% | - |
| XYZ | 75.82 | 69.81 | 85.82 | - |
| YUV | 221.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 232 | 0 | 0.18 | 0.07 | 0.02 | 324 | 0.82 | 0.89 |
| Hex | FA | CD | E8 | 0 | 12 | 7 | 2 | 144 | 52 | 59 |
| Octal | 372 | 315 | 350 | 0 | 22 | 7 | 2 | 504 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11101000 | 0 | 10010 | 111 | 10 | 101000100 | 1010010 | 1011001 |
Color Harmonies of #FACDE8
Complementary color
Monochromatic Colors of #FACDE8
Black with #FACDE8
Text Example
Text Example
White with #FACDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDE8; }
p { color: rgb(250,205,232); }
H1.HeaderClassName
{
color: #FACDE8;
}
.AnyTagClassName
{
color: #FACDE8;
}
</style>
background-color css
<style>
a { background-color: #FACDE8; }
a { background-color: rgb(250,205,232); }
div.DivClassName
{
background-color: #FACDE8;
}
.BgClassName
{
background-color: #FACDE8;
}
</style>
border-color css
<style>
span { border-color: #FACDE8; }
span { border-color: rgb(250,205,232); }
td.TdClassName
{
border-color: #FACDE8;
}
.TagClassName
{
border-color: #FACDE8;
}
</style>