Shades of Classic Rose #FACCED
Tints of Classic Rose #FACCED
RGB
CMYK
RGB Variations
Color information
#FACCED (or 0xFACCED) is known color: Classic Rose. HEX triplet: FA, CC and ED. RGB value is (250,204,237). Sum of RGB (Red+Green+Blue) = 250+204+237=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCED is #053312. Grayscale: #DDDDDD. Windows color (decimal): -340755 or 15584506. OLE color: 15584506.
HSL color Cylindrical-coordinate representation of color #FACCED: hue angle of 316.96º 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 #FACCED is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 237 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.02 |
| HSL | 316.96º | 0.82% | 0.89% | - |
| HSV(B) | 316.96º | 0.18% | 0.98% | - |
| XYZ | 76.3 | 69.62 | 89.54 | - |
| YUV | 221.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 237 | 0 | 0.18 | 0.05 | 0.02 | 316.96 | 0.82 | 0.89 |
| Hex | FA | CC | ED | 0 | 12 | 5 | 2 | 13D | 52 | 59 |
| Octal | 372 | 314 | 355 | 0 | 22 | 5 | 2 | 475 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11101101 | 0 | 10010 | 101 | 10 | 100111101 | 1010010 | 1011001 |
Color Harmonies of #FACCED
Complementary color
Monochromatic Colors of #FACCED
Black with #FACCED
Text Example
Text Example
White with #FACCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCED; }
p { color: rgb(250,204,237); }
H1.HeaderClassName
{
color: #FACCED;
}
.AnyTagClassName
{
color: #FACCED;
}
</style>
background-color css
<style>
a { background-color: #FACCED; }
a { background-color: rgb(250,204,237); }
div.DivClassName
{
background-color: #FACCED;
}
.BgClassName
{
background-color: #FACCED;
}
</style>
border-color css
<style>
span { border-color: #FACCED; }
span { border-color: rgb(250,204,237); }
td.TdClassName
{
border-color: #FACCED;
}
.TagClassName
{
border-color: #FACCED;
}
</style>