Shades of Classic Rose #FAC7DB
Tints of Classic Rose #FAC7DB
RGB
CMYK
RGB Variations
Color information
#FAC7DB (or 0xFAC7DB) is known color: Classic Rose. HEX triplet: FA, C7 and DB. RGB value is (250,199,219). Sum of RGB (Red+Green+Blue) = 250+199+219=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7DB is #053824. Grayscale: #D8D8D8. Windows color (decimal): -342053 or 14403578. OLE color: 14403578.
HSL color Cylindrical-coordinate representation of color #FAC7DB: hue angle of 336.47º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7DB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 199 | 219 | - |
CMYK | 0 | 0.20 | 0.12 | 0.02 |
HSL | 336.47º | 0.84% | 0.88% | - |
HSV(B) | 336.47º | 0.2% | 0.98% | - |
XYZ | 72.63 | 66.29 | 75.98 | - |
YUV | 216.53 | 129.4 | 151.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 199 | 219 | 0 | 0.20 | 0.12 | 0.02 | 336.47 | 0.84 | 0.88 |
Hex | FA | C7 | DB | 0 | 14 | C | 2 | 150 | 54 | 58 |
Octal | 372 | 307 | 333 | 0 | 24 | 14 | 2 | 520 | 124 | 130 |
Binary | 11111010 | 11000111 | 11011011 | 0 | 10100 | 1100 | 10 | 101010000 | 1010100 | 1011000 |
Color Harmonies of #FAC7DB
Complementary color
Monochromatic Colors of #FAC7DB
Black with #FAC7DB
Text Example
Text Example
White with #FAC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7DB; }
p { color: rgb(250,199,219); }
H1.HeaderClassName
{
color: #FAC7DB;
}
.AnyTagClassName
{
color: #FAC7DB;
}
</style>
background-color css
<style>
a { background-color: #FAC7DB; }
a { background-color: rgb(250,199,219); }
div.DivClassName
{
background-color: #FAC7DB;
}
.BgClassName
{
background-color: #FAC7DB;
}
</style>
border-color css
<style>
span { border-color: #FAC7DB; }
span { border-color: rgb(250,199,219); }
td.TdClassName
{
border-color: #FAC7DB;
}
.TagClassName
{
border-color: #FAC7DB;
}
</style>