Shades of Classic Rose #FAC0DB
Tints of Classic Rose #FAC0DB
RGB
CMYK
RGB Variations
Color information
#FAC0DB (or 0xFAC0DB) is known color: Classic Rose. HEX triplet: FA, C0 and DB. RGB value is (250,192,219). Sum of RGB (Red+Green+Blue) = 250+192+219=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DB is #053F24. Grayscale: #D4D4D4. Windows color (decimal): -343845 or 14401786. OLE color: 14401786.
HSL color Cylindrical-coordinate representation of color #FAC0DB: hue angle of 332.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0DB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 192 | 219 | - |
CMYK | 0 | 0.23 | 0.12 | 0.02 |
HSL | 332.07º | 0.85% | 0.87% | - |
HSV(B) | 332.07º | 0.23% | 0.98% | - |
XYZ | 71.06 | 63.14 | 75.46 | - |
YUV | 212.42 | 131.72 | 154.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 192 | 219 | 0 | 0.23 | 0.12 | 0.02 | 332.07 | 0.85 | 0.87 |
Hex | FA | C0 | DB | 0 | 17 | C | 2 | 14C | 55 | 57 |
Octal | 372 | 300 | 333 | 0 | 27 | 14 | 2 | 514 | 125 | 127 |
Binary | 11111010 | 11000000 | 11011011 | 0 | 10111 | 1100 | 10 | 101001100 | 1010101 | 1010111 |
Color Harmonies of #FAC0DB
Complementary color
Monochromatic Colors of #FAC0DB
Black with #FAC0DB
Text Example
Text Example
White with #FAC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0DB; }
p { color: rgb(250,192,219); }
H1.HeaderClassName
{
color: #FAC0DB;
}
.AnyTagClassName
{
color: #FAC0DB;
}
</style>
background-color css
<style>
a { background-color: #FAC0DB; }
a { background-color: rgb(250,192,219); }
div.DivClassName
{
background-color: #FAC0DB;
}
.BgClassName
{
background-color: #FAC0DB;
}
</style>
border-color css
<style>
span { border-color: #FAC0DB; }
span { border-color: rgb(250,192,219); }
td.TdClassName
{
border-color: #FAC0DB;
}
.TagClassName
{
border-color: #FAC0DB;
}
</style>