Shades of Classic Rose #FACCDE
Tints of Classic Rose #FACCDE
RGB
CMYK
RGB Variations
Color information
#FACCDE (or 0xFACCDE) is known color: Classic Rose. HEX triplet: FA, CC and DE. RGB value is (250,204,222). Sum of RGB (Red+Green+Blue) = 250+204+222=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDE is #053321. Grayscale: #DBDBDB. Windows color (decimal): -340770 or 14601466. OLE color: 14601466.
HSL color Cylindrical-coordinate representation of color #FACCDE: hue angle of 336.52º 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 #FACCDE is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 222 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.02 |
| HSL | 336.52º | 0.82% | 0.89% | - |
| HSV(B) | 336.52º | 0.18% | 0.98% | - |
| XYZ | 74.2 | 68.78 | 78.47 | - |
| YUV | 219.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 222 | 0 | 0.18 | 0.11 | 0.02 | 336.52 | 0.82 | 0.89 |
| Hex | FA | CC | DE | 0 | 12 | B | 2 | 151 | 52 | 59 |
| Octal | 372 | 314 | 336 | 0 | 22 | 13 | 2 | 521 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11011110 | 0 | 10010 | 1011 | 10 | 101010001 | 1010010 | 1011001 |
Color Harmonies of #FACCDE
Complementary color
Monochromatic Colors of #FACCDE
Black with #FACCDE
Text Example
Text Example
White with #FACCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCDE; }
p { color: rgb(250,204,222); }
H1.HeaderClassName
{
color: #FACCDE;
}
.AnyTagClassName
{
color: #FACCDE;
}
</style>
background-color css
<style>
a { background-color: #FACCDE; }
a { background-color: rgb(250,204,222); }
div.DivClassName
{
background-color: #FACCDE;
}
.BgClassName
{
background-color: #FACCDE;
}
</style>
border-color css
<style>
span { border-color: #FACCDE; }
span { border-color: rgb(250,204,222); }
td.TdClassName
{
border-color: #FACCDE;
}
.TagClassName
{
border-color: #FACCDE;
}
</style>