Shades of Classic Rose #FCBEE3
Tints of Classic Rose #FCBEE3
RGB
CMYK
RGB Variations
Color information
#FCBEE3 (or 0xFCBEE3) is known color: Classic Rose. HEX triplet: FC, BE and E3. RGB value is (252,190,227). Sum of RGB (Red+Green+Blue) = 252+190+227=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEE3 is #03411C. Grayscale: #D4D4D4. Windows color (decimal): -213277 or 14925564. OLE color: 14925564.
HSL color Cylindrical-coordinate representation of color #FCBEE3: hue angle of 324.19º 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 #FCBEE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 227 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 324.19º | 0.91% | 0.87% | - |
| HSV(B) | 324.19º | 0.25% | 0.99% | - |
| XYZ | 72.42 | 63.07 | 81.03 | - |
| YUV | 212.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 227 | 0 | 0.25 | 0.10 | 0.01 | 324.19 | 0.91 | 0.87 |
| Hex | FC | BE | E3 | 0 | 19 | A | 1 | 144 | 5B | 57 |
| Octal | 374 | 276 | 343 | 0 | 31 | 12 | 1 | 504 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11100011 | 0 | 11001 | 1010 | 1 | 101000100 | 1011011 | 1010111 |
Color Harmonies of #FCBEE3
Complementary color
Monochromatic Colors of #FCBEE3
Black with #FCBEE3
Text Example
Text Example
White with #FCBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEE3; }
p { color: rgb(252,190,227); }
H1.HeaderClassName
{
color: #FCBEE3;
}
.AnyTagClassName
{
color: #FCBEE3;
}
</style>
background-color css
<style>
a { background-color: #FCBEE3; }
a { background-color: rgb(252,190,227); }
div.DivClassName
{
background-color: #FCBEE3;
}
.BgClassName
{
background-color: #FCBEE3;
}
</style>
border-color css
<style>
span { border-color: #FCBEE3; }
span { border-color: rgb(252,190,227); }
td.TdClassName
{
border-color: #FCBEE3;
}
.TagClassName
{
border-color: #FCBEE3;
}
</style>