Shades of Classic Rose #FCBDE2
Tints of Classic Rose #FCBDE2
RGB
CMYK
RGB Variations
Color information
#FCBDE2 (or 0xFCBDE2) is known color: Classic Rose. HEX triplet: FC, BD and E2. RGB value is (252,189,226). Sum of RGB (Red+Green+Blue) = 252+189+226=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDE2 is #03421D. Grayscale: #D3D3D3. Windows color (decimal): -213534 or 14859772. OLE color: 14859772.
HSL color Cylindrical-coordinate representation of color #FCBDE2: hue angle of 324.76º 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 #FCBDE2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 226 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 324.76º | 0.91% | 0.86% | - |
| HSV(B) | 324.76º | 0.25% | 0.99% | - |
| XYZ | 72.07 | 62.58 | 80.23 | - |
| YUV | 212.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 226 | 0 | 0.25 | 0.10 | 0.01 | 324.76 | 0.91 | 0.86 |
| Hex | FC | BD | E2 | 0 | 19 | A | 1 | 145 | 5B | 56 |
| Octal | 374 | 275 | 342 | 0 | 31 | 12 | 1 | 505 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11100010 | 0 | 11001 | 1010 | 1 | 101000101 | 1011011 | 1010110 |
Color Harmonies of #FCBDE2
Complementary color
Monochromatic Colors of #FCBDE2
Black with #FCBDE2
Text Example
Text Example
White with #FCBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDE2; }
p { color: rgb(252,189,226); }
H1.HeaderClassName
{
color: #FCBDE2;
}
.AnyTagClassName
{
color: #FCBDE2;
}
</style>
background-color css
<style>
a { background-color: #FCBDE2; }
a { background-color: rgb(252,189,226); }
div.DivClassName
{
background-color: #FCBDE2;
}
.BgClassName
{
background-color: #FCBDE2;
}
</style>
border-color css
<style>
span { border-color: #FCBDE2; }
span { border-color: rgb(252,189,226); }
td.TdClassName
{
border-color: #FCBDE2;
}
.TagClassName
{
border-color: #FCBDE2;
}
</style>