Shades of Classic Rose #FACBE4
Tints of Classic Rose #FACBE4
RGB
CMYK
RGB Variations
Color information
#FACBE4 (or 0xFACBE4) is known color: Classic Rose. HEX triplet: FA, CB and E4. RGB value is (250,203,228). Sum of RGB (Red+Green+Blue) = 250+203+228=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBE4 is #05341B. Grayscale: #DBDBDB. Windows color (decimal): -341020 or 14994426. OLE color: 14994426.
HSL color Cylindrical-coordinate representation of color #FACBE4: hue angle of 328.09º 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 #FACBE4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 228 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.02 |
| HSL | 328.09º | 0.82% | 0.89% | - |
| HSV(B) | 328.09º | 0.19% | 0.98% | - |
| XYZ | 74.78 | 68.64 | 82.71 | - |
| YUV | 219.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 228 | 0 | 0.19 | 0.09 | 0.02 | 328.09 | 0.82 | 0.89 |
| Hex | FA | CB | E4 | 0 | 13 | 9 | 2 | 148 | 52 | 59 |
| Octal | 372 | 313 | 344 | 0 | 23 | 11 | 2 | 510 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11100100 | 0 | 10011 | 1001 | 10 | 101001000 | 1010010 | 1011001 |
Color Harmonies of #FACBE4
Complementary color
Monochromatic Colors of #FACBE4
Black with #FACBE4
Text Example
Text Example
White with #FACBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBE4; }
p { color: rgb(250,203,228); }
H1.HeaderClassName
{
color: #FACBE4;
}
.AnyTagClassName
{
color: #FACBE4;
}
</style>
background-color css
<style>
a { background-color: #FACBE4; }
a { background-color: rgb(250,203,228); }
div.DivClassName
{
background-color: #FACBE4;
}
.BgClassName
{
background-color: #FACBE4;
}
</style>
border-color css
<style>
span { border-color: #FACBE4; }
span { border-color: rgb(250,203,228); }
td.TdClassName
{
border-color: #FACBE4;
}
.TagClassName
{
border-color: #FACBE4;
}
</style>