Shades of Classic Rose #FCBEE2
Tints of Classic Rose #FCBEE2
RGB
CMYK
RGB Variations
Color information
#FCBEE2 (or 0xFCBEE2) is known color: Classic Rose. HEX triplet: FC, BE and E2. RGB value is (252,190,226). Sum of RGB (Red+Green+Blue) = 252+190+226=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEE2 is #03411D. Grayscale: #D4D4D4. Windows color (decimal): -213278 or 14860028. OLE color: 14860028.
HSL color Cylindrical-coordinate representation of color #FCBEE2: hue angle of 325.16º 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 #FCBEE2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 226 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 325.16º | 0.91% | 0.87% | - |
| HSV(B) | 325.16º | 0.25% | 0.99% | - |
| XYZ | 72.29 | 63.01 | 80.3 | - |
| YUV | 212.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 226 | 0 | 0.25 | 0.10 | 0.01 | 325.16 | 0.91 | 0.87 |
| Hex | FC | BE | E2 | 0 | 19 | A | 1 | 145 | 5B | 57 |
| Octal | 374 | 276 | 342 | 0 | 31 | 12 | 1 | 505 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11100010 | 0 | 11001 | 1010 | 1 | 101000101 | 1011011 | 1010111 |
Color Harmonies of #FCBEE2
Complementary color
Monochromatic Colors of #FCBEE2
Black with #FCBEE2
Text Example
Text Example
White with #FCBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEE2; }
p { color: rgb(252,190,226); }
H1.HeaderClassName
{
color: #FCBEE2;
}
.AnyTagClassName
{
color: #FCBEE2;
}
</style>
background-color css
<style>
a { background-color: #FCBEE2; }
a { background-color: rgb(252,190,226); }
div.DivClassName
{
background-color: #FCBEE2;
}
.BgClassName
{
background-color: #FCBEE2;
}
</style>
border-color css
<style>
span { border-color: #FCBEE2; }
span { border-color: rgb(252,190,226); }
td.TdClassName
{
border-color: #FCBEE2;
}
.TagClassName
{
border-color: #FCBEE2;
}
</style>