Shades of Classic Rose #FCBDE8
Tints of Classic Rose #FCBDE8
RGB
CMYK
RGB Variations
Color information
#FCBDE8 (or 0xFCBDE8) is known color: Classic Rose. HEX triplet: FC, BD and E8. RGB value is (252,189,232). Sum of RGB (Red+Green+Blue) = 252+189+232=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDE8 is #034217. Grayscale: #D4D4D4. Windows color (decimal): -213528 or 15252988. OLE color: 15252988.
HSL color Cylindrical-coordinate representation of color #FCBDE8: hue angle of 319.05º 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 #FCBDE8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 232 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.01 |
| HSL | 319.05º | 0.91% | 0.86% | - |
| HSV(B) | 319.05º | 0.25% | 0.99% | - |
| XYZ | 72.91 | 62.92 | 84.65 | - |
| YUV | 212.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 232 | 0 | 0.25 | 0.08 | 0.01 | 319.05 | 0.91 | 0.86 |
| Hex | FC | BD | E8 | 0 | 19 | 8 | 1 | 13F | 5B | 56 |
| Octal | 374 | 275 | 350 | 0 | 31 | 10 | 1 | 477 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11101000 | 0 | 11001 | 1000 | 1 | 100111111 | 1011011 | 1010110 |
Color Harmonies of #FCBDE8
Complementary color
Monochromatic Colors of #FCBDE8
Black with #FCBDE8
Text Example
Text Example
White with #FCBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDE8; }
p { color: rgb(252,189,232); }
H1.HeaderClassName
{
color: #FCBDE8;
}
.AnyTagClassName
{
color: #FCBDE8;
}
</style>
background-color css
<style>
a { background-color: #FCBDE8; }
a { background-color: rgb(252,189,232); }
div.DivClassName
{
background-color: #FCBDE8;
}
.BgClassName
{
background-color: #FCBDE8;
}
</style>
border-color css
<style>
span { border-color: #FCBDE8; }
span { border-color: rgb(252,189,232); }
td.TdClassName
{
border-color: #FCBDE8;
}
.TagClassName
{
border-color: #FCBDE8;
}
</style>