Shades of Classic Rose #FCBEDF
Tints of Classic Rose #FCBEDF
RGB
CMYK
RGB Variations
Color information
#FCBEDF (or 0xFCBEDF) is known color: Classic Rose. HEX triplet: FC, BE and DF. RGB value is (252,190,223). Sum of RGB (Red+Green+Blue) = 252+190+223=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDF is #034120. Grayscale: #D4D4D4. Windows color (decimal): -213281 or 14663420. OLE color: 14663420.
HSL color Cylindrical-coordinate representation of color #FCBEDF: hue angle of 328.06º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEDF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 223 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.01 |
| HSL | 328.06º | 0.91% | 0.87% | - |
| HSV(B) | 328.06º | 0.25% | 0.99% | - |
| XYZ | 71.88 | 62.85 | 78.15 | - |
| YUV | 212.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 223 | 0 | 0.25 | 0.12 | 0.01 | 328.06 | 0.91 | 0.87 |
| Hex | FC | BE | DF | 0 | 19 | C | 1 | 148 | 5B | 57 |
| Octal | 374 | 276 | 337 | 0 | 31 | 14 | 1 | 510 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11011111 | 0 | 11001 | 1100 | 1 | 101001000 | 1011011 | 1010111 |
Color Harmonies of #FCBEDF
Complementary color
Monochromatic Colors of #FCBEDF
Black with #FCBEDF
Text Example
Text Example
White with #FCBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEDF; }
p { color: rgb(252,190,223); }
H1.HeaderClassName
{
color: #FCBEDF;
}
.AnyTagClassName
{
color: #FCBEDF;
}
</style>
background-color css
<style>
a { background-color: #FCBEDF; }
a { background-color: rgb(252,190,223); }
div.DivClassName
{
background-color: #FCBEDF;
}
.BgClassName
{
background-color: #FCBEDF;
}
</style>
border-color css
<style>
span { border-color: #FCBEDF; }
span { border-color: rgb(252,190,223); }
td.TdClassName
{
border-color: #FCBEDF;
}
.TagClassName
{
border-color: #FCBEDF;
}
</style>