Shades of Classic Rose #FCBFEB
Tints of Classic Rose #FCBFEB
RGB
CMYK
RGB Variations
Color information
#FCBFEB (or 0xFCBFEB) is known color: Classic Rose. HEX triplet: FC, BF and EB. RGB value is (252,191,235). Sum of RGB (Red+Green+Blue) = 252+191+235=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFEB is #034014. Grayscale: #D6D6D6. Windows color (decimal): -213013 or 15450108. OLE color: 15450108.
HSL color Cylindrical-coordinate representation of color #FCBFEB: hue angle of 316.72º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFEB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 235 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.01 |
| HSL | 316.72º | 0.91% | 0.87% | - |
| HSV(B) | 316.72º | 0.24% | 0.99% | - |
| XYZ | 73.77 | 63.96 | 87.05 | - |
| YUV | 214.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 235 | 0 | 0.24 | 0.07 | 0.01 | 316.72 | 0.91 | 0.87 |
| Hex | FC | BF | EB | 0 | 18 | 7 | 1 | 13D | 5B | 57 |
| Octal | 374 | 277 | 353 | 0 | 30 | 7 | 1 | 475 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11101011 | 0 | 11000 | 111 | 1 | 100111101 | 1011011 | 1010111 |
Color Harmonies of #FCBFEB
Complementary color
Monochromatic Colors of #FCBFEB
Black with #FCBFEB
Text Example
Text Example
White with #FCBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFEB; }
p { color: rgb(252,191,235); }
H1.HeaderClassName
{
color: #FCBFEB;
}
.AnyTagClassName
{
color: #FCBFEB;
}
</style>
background-color css
<style>
a { background-color: #FCBFEB; }
a { background-color: rgb(252,191,235); }
div.DivClassName
{
background-color: #FCBFEB;
}
.BgClassName
{
background-color: #FCBFEB;
}
</style>
border-color css
<style>
span { border-color: #FCBFEB; }
span { border-color: rgb(252,191,235); }
td.TdClassName
{
border-color: #FCBFEB;
}
.TagClassName
{
border-color: #FCBFEB;
}
</style>