Shades of Classic Rose #FCBDE7
Tints of Classic Rose #FCBDE7
RGB
CMYK
RGB Variations
Color information
#FCBDE7 (or 0xFCBDE7) is known color: Classic Rose. HEX triplet: FC, BD and E7. RGB value is (252,189,231). Sum of RGB (Red+Green+Blue) = 252+189+231=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDE7 is #034218. Grayscale: #D4D4D4. Windows color (decimal): -213529 or 15187452. OLE color: 15187452.
HSL color Cylindrical-coordinate representation of color #FCBDE7: hue angle of 320º 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 #FCBDE7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 231 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.01 |
| HSL | 320º | 0.91% | 0.86% | - |
| HSV(B) | 320º | 0.25% | 0.99% | - |
| XYZ | 72.77 | 62.86 | 83.9 | - |
| YUV | 212.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 231 | 0 | 0.25 | 0.08 | 0.01 | 320 | 0.91 | 0.86 |
| Hex | FC | BD | E7 | 0 | 19 | 8 | 1 | 140 | 5B | 56 |
| Octal | 374 | 275 | 347 | 0 | 31 | 10 | 1 | 500 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11100111 | 0 | 11001 | 1000 | 1 | 101000000 | 1011011 | 1010110 |
Color Harmonies of #FCBDE7
Complementary color
Monochromatic Colors of #FCBDE7
Black with #FCBDE7
Text Example
Text Example
White with #FCBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDE7; }
p { color: rgb(252,189,231); }
H1.HeaderClassName
{
color: #FCBDE7;
}
.AnyTagClassName
{
color: #FCBDE7;
}
</style>
background-color css
<style>
a { background-color: #FCBDE7; }
a { background-color: rgb(252,189,231); }
div.DivClassName
{
background-color: #FCBDE7;
}
.BgClassName
{
background-color: #FCBDE7;
}
</style>
border-color css
<style>
span { border-color: #FCBDE7; }
span { border-color: rgb(252,189,231); }
td.TdClassName
{
border-color: #FCBDE7;
}
.TagClassName
{
border-color: #FCBDE7;
}
</style>