Shades of Classic Rose #FCBCE4
Tints of Classic Rose #FCBCE4
RGB
CMYK
RGB Variations
Color information
#FCBCE4 (or 0xFCBCE4) is known color: Classic Rose. HEX triplet: FC, BC and E4. RGB value is (252,188,228). Sum of RGB (Red+Green+Blue) = 252+188+228=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCE4 is #03431B. Grayscale: #D3D3D3. Windows color (decimal): -213788 or 14990588. OLE color: 14990588.
HSL color Cylindrical-coordinate representation of color #FCBCE4: hue angle of 322.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCE4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 228 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 322.5º | 0.91% | 0.86% | - |
| HSV(B) | 322.5º | 0.25% | 0.99% | - |
| XYZ | 72.13 | 62.26 | 81.62 | - |
| YUV | 211.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 228 | 0 | 0.25 | 0.10 | 0.01 | 322.5 | 0.91 | 0.86 |
| Hex | FC | BC | E4 | 0 | 19 | A | 1 | 142 | 5B | 56 |
| Octal | 374 | 274 | 344 | 0 | 31 | 12 | 1 | 502 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11100100 | 0 | 11001 | 1010 | 1 | 101000010 | 1011011 | 1010110 |
Color Harmonies of #FCBCE4
Complementary color
Monochromatic Colors of #FCBCE4
Black with #FCBCE4
Text Example
Text Example
White with #FCBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCE4; }
p { color: rgb(252,188,228); }
H1.HeaderClassName
{
color: #FCBCE4;
}
.AnyTagClassName
{
color: #FCBCE4;
}
</style>
background-color css
<style>
a { background-color: #FCBCE4; }
a { background-color: rgb(252,188,228); }
div.DivClassName
{
background-color: #FCBCE4;
}
.BgClassName
{
background-color: #FCBCE4;
}
</style>
border-color css
<style>
span { border-color: #FCBCE4; }
span { border-color: rgb(252,188,228); }
td.TdClassName
{
border-color: #FCBCE4;
}
.TagClassName
{
border-color: #FCBCE4;
}
</style>