Shades of Classic Rose #FCBFE6
Tints of Classic Rose #FCBFE6
RGB
CMYK
RGB Variations
Color information
#FCBFE6 (or 0xFCBFE6) is known color: Classic Rose. HEX triplet: FC, BF and E6. RGB value is (252,191,230). Sum of RGB (Red+Green+Blue) = 252+191+230=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFE6 is #034019. Grayscale: #D5D5D5. Windows color (decimal): -213018 or 15122428. OLE color: 15122428.
HSL color Cylindrical-coordinate representation of color #FCBFE6: hue angle of 321.64º 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 #FCBFE6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 230 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.01 |
| HSL | 321.64º | 0.91% | 0.87% | - |
| HSV(B) | 321.64º | 0.24% | 0.99% | - |
| XYZ | 73.06 | 63.67 | 83.3 | - |
| YUV | 213.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 230 | 0 | 0.24 | 0.09 | 0.01 | 321.64 | 0.91 | 0.87 |
| Hex | FC | BF | E6 | 0 | 18 | 9 | 1 | 142 | 5B | 57 |
| Octal | 374 | 277 | 346 | 0 | 30 | 11 | 1 | 502 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11100110 | 0 | 11000 | 1001 | 1 | 101000010 | 1011011 | 1010111 |
Color Harmonies of #FCBFE6
Complementary color
Monochromatic Colors of #FCBFE6
Black with #FCBFE6
Text Example
Text Example
White with #FCBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFE6; }
p { color: rgb(252,191,230); }
H1.HeaderClassName
{
color: #FCBFE6;
}
.AnyTagClassName
{
color: #FCBFE6;
}
</style>
background-color css
<style>
a { background-color: #FCBFE6; }
a { background-color: rgb(252,191,230); }
div.DivClassName
{
background-color: #FCBFE6;
}
.BgClassName
{
background-color: #FCBFE6;
}
</style>
border-color css
<style>
span { border-color: #FCBFE6; }
span { border-color: rgb(252,191,230); }
td.TdClassName
{
border-color: #FCBFE6;
}
.TagClassName
{
border-color: #FCBFE6;
}
</style>