Shades of Classic Rose #FAC3DD
Tints of Classic Rose #FAC3DD
RGB
CMYK
RGB Variations
Color information
#FAC3DD (or 0xFAC3DD) is known color: Classic Rose. HEX triplet: FA, C3 and DD. RGB value is (250,195,221). Sum of RGB (Red+Green+Blue) = 250+195+221=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DD is #053C22. Grayscale: #D6D6D6. Windows color (decimal): -343075 or 14533626. OLE color: 14533626.
HSL color Cylindrical-coordinate representation of color #FAC3DD: hue angle of 331.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3DD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 221 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 331.64º | 0.85% | 0.87% | - |
| HSV(B) | 331.64º | 0.22% | 0.98% | - |
| XYZ | 71.99 | 64.57 | 77.08 | - |
| YUV | 214.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 221 | 0 | 0.22 | 0.12 | 0.02 | 331.64 | 0.85 | 0.87 |
| Hex | FA | C3 | DD | 0 | 16 | C | 2 | 14C | 55 | 57 |
| Octal | 372 | 303 | 335 | 0 | 26 | 14 | 2 | 514 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11011101 | 0 | 10110 | 1100 | 10 | 101001100 | 1010101 | 1010111 |
Color Harmonies of #FAC3DD
Complementary color
Monochromatic Colors of #FAC3DD
Black with #FAC3DD
Text Example
Text Example
White with #FAC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3DD; }
p { color: rgb(250,195,221); }
H1.HeaderClassName
{
color: #FAC3DD;
}
.AnyTagClassName
{
color: #FAC3DD;
}
</style>
background-color css
<style>
a { background-color: #FAC3DD; }
a { background-color: rgb(250,195,221); }
div.DivClassName
{
background-color: #FAC3DD;
}
.BgClassName
{
background-color: #FAC3DD;
}
</style>
border-color css
<style>
span { border-color: #FAC3DD; }
span { border-color: rgb(250,195,221); }
td.TdClassName
{
border-color: #FAC3DD;
}
.TagClassName
{
border-color: #FAC3DD;
}
</style>