Shades of Classic Rose #FCBEE7
Tints of Classic Rose #FCBEE7
RGB
CMYK
RGB Variations
Color information
#FCBEE7 (or 0xFCBEE7) is known color: Classic Rose. HEX triplet: FC, BE and E7. RGB value is (252,190,231). Sum of RGB (Red+Green+Blue) = 252+190+231=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEE7 is #034118. Grayscale: #D5D5D5. Windows color (decimal): -213273 or 15187708. OLE color: 15187708.
HSL color Cylindrical-coordinate representation of color #FCBEE7: hue angle of 320.32º 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 #FCBEE7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 231 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.01 |
| HSL | 320.32º | 0.91% | 0.87% | - |
| HSV(B) | 320.32º | 0.25% | 0.99% | - |
| XYZ | 72.98 | 63.29 | 83.97 | - |
| YUV | 213.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 231 | 0 | 0.25 | 0.08 | 0.01 | 320.32 | 0.91 | 0.87 |
| Hex | FC | BE | E7 | 0 | 19 | 8 | 1 | 140 | 5B | 57 |
| Octal | 374 | 276 | 347 | 0 | 31 | 10 | 1 | 500 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11100111 | 0 | 11001 | 1000 | 1 | 101000000 | 1011011 | 1010111 |
Color Harmonies of #FCBEE7
Complementary color
Monochromatic Colors of #FCBEE7
Black with #FCBEE7
Text Example
Text Example
White with #FCBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEE7; }
p { color: rgb(252,190,231); }
H1.HeaderClassName
{
color: #FCBEE7;
}
.AnyTagClassName
{
color: #FCBEE7;
}
</style>
background-color css
<style>
a { background-color: #FCBEE7; }
a { background-color: rgb(252,190,231); }
div.DivClassName
{
background-color: #FCBEE7;
}
.BgClassName
{
background-color: #FCBEE7;
}
</style>
border-color css
<style>
span { border-color: #FCBEE7; }
span { border-color: rgb(252,190,231); }
td.TdClassName
{
border-color: #FCBEE7;
}
.TagClassName
{
border-color: #FCBEE7;
}
</style>