Shades of Classic Rose #FACBEE
Tints of Classic Rose #FACBEE
RGB
CMYK
RGB Variations
Color information
#FACBEE (or 0xFACBEE) is known color: Classic Rose. HEX triplet: FA, CB and EE. RGB value is (250,203,238). Sum of RGB (Red+Green+Blue) = 250+203+238=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEE is #053411. Grayscale: #DCDCDC. Windows color (decimal): -341010 or 15649786. OLE color: 15649786.
HSL color Cylindrical-coordinate representation of color #FACBEE: hue angle of 315.32º 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 #FACBEE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 238 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.02 |
| HSL | 315.32º | 0.82% | 0.89% | - |
| HSV(B) | 315.32º | 0.19% | 0.98% | - |
| XYZ | 76.21 | 69.21 | 90.23 | - |
| YUV | 221.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 238 | 0 | 0.19 | 0.05 | 0.02 | 315.32 | 0.82 | 0.89 |
| Hex | FA | CB | EE | 0 | 13 | 5 | 2 | 13B | 52 | 59 |
| Octal | 372 | 313 | 356 | 0 | 23 | 5 | 2 | 473 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11101110 | 0 | 10011 | 101 | 10 | 100111011 | 1010010 | 1011001 |
Color Harmonies of #FACBEE
Complementary color
Monochromatic Colors of #FACBEE
Black with #FACBEE
Text Example
Text Example
White with #FACBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBEE; }
p { color: rgb(250,203,238); }
H1.HeaderClassName
{
color: #FACBEE;
}
.AnyTagClassName
{
color: #FACBEE;
}
</style>
background-color css
<style>
a { background-color: #FACBEE; }
a { background-color: rgb(250,203,238); }
div.DivClassName
{
background-color: #FACBEE;
}
.BgClassName
{
background-color: #FACBEE;
}
</style>
border-color css
<style>
span { border-color: #FACBEE; }
span { border-color: rgb(250,203,238); }
td.TdClassName
{
border-color: #FACBEE;
}
.TagClassName
{
border-color: #FACBEE;
}
</style>