Shades of Classic Rose #FCBCE5
Tints of Classic Rose #FCBCE5
RGB
CMYK
RGB Variations
Color information
#FCBCE5 (or 0xFCBCE5) is known color: Classic Rose. HEX triplet: FC, BC and E5. RGB value is (252,188,229). Sum of RGB (Red+Green+Blue) = 252+188+229=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCE5 is #03431A. Grayscale: #D3D3D3. Windows color (decimal): -213787 or 15056124. OLE color: 15056124.
HSL color Cylindrical-coordinate representation of color #FCBCE5: hue angle of 321.56º 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 #FCBCE5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 229 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.01 |
| HSL | 321.56º | 0.91% | 0.86% | - |
| HSV(B) | 321.56º | 0.25% | 0.99% | - |
| XYZ | 72.27 | 62.32 | 82.35 | - |
| YUV | 211.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 229 | 0 | 0.25 | 0.09 | 0.01 | 321.56 | 0.91 | 0.86 |
| Hex | FC | BC | E5 | 0 | 19 | 9 | 1 | 142 | 5B | 56 |
| Octal | 374 | 274 | 345 | 0 | 31 | 11 | 1 | 502 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11100101 | 0 | 11001 | 1001 | 1 | 101000010 | 1011011 | 1010110 |
Color Harmonies of #FCBCE5
Complementary color
Monochromatic Colors of #FCBCE5
Black with #FCBCE5
Text Example
Text Example
White with #FCBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCE5; }
p { color: rgb(252,188,229); }
H1.HeaderClassName
{
color: #FCBCE5;
}
.AnyTagClassName
{
color: #FCBCE5;
}
</style>
background-color css
<style>
a { background-color: #FCBCE5; }
a { background-color: rgb(252,188,229); }
div.DivClassName
{
background-color: #FCBCE5;
}
.BgClassName
{
background-color: #FCBCE5;
}
</style>
border-color css
<style>
span { border-color: #FCBCE5; }
span { border-color: rgb(252,188,229); }
td.TdClassName
{
border-color: #FCBCE5;
}
.TagClassName
{
border-color: #FCBCE5;
}
</style>