Shades of Classic Rose #FCBEE5
Tints of Classic Rose #FCBEE5
RGB
CMYK
RGB Variations
Color information
#FCBEE5 (or 0xFCBEE5) is known color: Classic Rose. HEX triplet: FC, BE and E5. RGB value is (252,190,229). Sum of RGB (Red+Green+Blue) = 252+190+229=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEE5 is #03411A. Grayscale: #D4D4D4. Windows color (decimal): -213275 or 15056636. OLE color: 15056636.
HSL color Cylindrical-coordinate representation of color #FCBEE5: hue angle of 322.26º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEE5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 229 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.01 |
| HSL | 322.26º | 0.91% | 0.87% | - |
| HSV(B) | 322.26º | 0.25% | 0.99% | - |
| XYZ | 72.7 | 63.18 | 82.49 | - |
| YUV | 212.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 229 | 0 | 0.25 | 0.09 | 0.01 | 322.26 | 0.91 | 0.87 |
| Hex | FC | BE | E5 | 0 | 19 | 9 | 1 | 142 | 5B | 57 |
| Octal | 374 | 276 | 345 | 0 | 31 | 11 | 1 | 502 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11100101 | 0 | 11001 | 1001 | 1 | 101000010 | 1011011 | 1010111 |
Color Harmonies of #FCBEE5
Complementary color
Monochromatic Colors of #FCBEE5
Black with #FCBEE5
Text Example
Text Example
White with #FCBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEE5; }
p { color: rgb(252,190,229); }
H1.HeaderClassName
{
color: #FCBEE5;
}
.AnyTagClassName
{
color: #FCBEE5;
}
</style>
background-color css
<style>
a { background-color: #FCBEE5; }
a { background-color: rgb(252,190,229); }
div.DivClassName
{
background-color: #FCBEE5;
}
.BgClassName
{
background-color: #FCBEE5;
}
</style>
border-color css
<style>
span { border-color: #FCBEE5; }
span { border-color: rgb(252,190,229); }
td.TdClassName
{
border-color: #FCBEE5;
}
.TagClassName
{
border-color: #FCBEE5;
}
</style>