Shades of Classic Rose #FACBE0
Tints of Classic Rose #FACBE0
RGB
CMYK
RGB Variations
Color information
#FACBE0 (or 0xFACBE0) is known color: Classic Rose. HEX triplet: FA, CB and E0. RGB value is (250,203,224). Sum of RGB (Red+Green+Blue) = 250+203+224=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBE0 is #05341F. Grayscale: #DBDBDB. Windows color (decimal): -341024 or 14732282. OLE color: 14732282.
HSL color Cylindrical-coordinate representation of color #FACBE0: hue angle of 333.19º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBE0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 224 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.02 |
| HSL | 333.19º | 0.82% | 0.89% | - |
| HSV(B) | 333.19º | 0.19% | 0.98% | - |
| XYZ | 74.23 | 68.42 | 79.81 | - |
| YUV | 219.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 224 | 0 | 0.19 | 0.10 | 0.02 | 333.19 | 0.82 | 0.89 |
| Hex | FA | CB | E0 | 0 | 13 | A | 2 | 14D | 52 | 59 |
| Octal | 372 | 313 | 340 | 0 | 23 | 12 | 2 | 515 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11100000 | 0 | 10011 | 1010 | 10 | 101001101 | 1010010 | 1011001 |
Color Harmonies of #FACBE0
Complementary color
Monochromatic Colors of #FACBE0
Black with #FACBE0
Text Example
Text Example
White with #FACBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBE0; }
p { color: rgb(250,203,224); }
H1.HeaderClassName
{
color: #FACBE0;
}
.AnyTagClassName
{
color: #FACBE0;
}
</style>
background-color css
<style>
a { background-color: #FACBE0; }
a { background-color: rgb(250,203,224); }
div.DivClassName
{
background-color: #FACBE0;
}
.BgClassName
{
background-color: #FACBE0;
}
</style>
border-color css
<style>
span { border-color: #FACBE0; }
span { border-color: rgb(250,203,224); }
td.TdClassName
{
border-color: #FACBE0;
}
.TagClassName
{
border-color: #FACBE0;
}
</style>