Shades of Classic Rose #FCBFE5
Tints of Classic Rose #FCBFE5
RGB
CMYK
RGB Variations
Color information
#FCBFE5 (or 0xFCBFE5) is known color: Classic Rose. HEX triplet: FC, BF and E5. RGB value is (252,191,229). Sum of RGB (Red+Green+Blue) = 252+191+229=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFE5 is #03401A. Grayscale: #D5D5D5. Windows color (decimal): -213019 or 15056892. OLE color: 15056892.
HSL color Cylindrical-coordinate representation of color #FCBFE5: hue angle of 322.62º 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 #FCBFE5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 229 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.01 |
| HSL | 322.62º | 0.91% | 0.87% | - |
| HSV(B) | 322.62º | 0.24% | 0.99% | - |
| XYZ | 72.92 | 63.61 | 82.56 | - |
| YUV | 213.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 229 | 0 | 0.24 | 0.09 | 0.01 | 322.62 | 0.91 | 0.87 |
| Hex | FC | BF | E5 | 0 | 18 | 9 | 1 | 143 | 5B | 57 |
| Octal | 374 | 277 | 345 | 0 | 30 | 11 | 1 | 503 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11100101 | 0 | 11000 | 1001 | 1 | 101000011 | 1011011 | 1010111 |
Color Harmonies of #FCBFE5
Complementary color
Monochromatic Colors of #FCBFE5
Black with #FCBFE5
Text Example
Text Example
White with #FCBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFE5; }
p { color: rgb(252,191,229); }
H1.HeaderClassName
{
color: #FCBFE5;
}
.AnyTagClassName
{
color: #FCBFE5;
}
</style>
background-color css
<style>
a { background-color: #FCBFE5; }
a { background-color: rgb(252,191,229); }
div.DivClassName
{
background-color: #FCBFE5;
}
.BgClassName
{
background-color: #FCBFE5;
}
</style>
border-color css
<style>
span { border-color: #FCBFE5; }
span { border-color: rgb(252,191,229); }
td.TdClassName
{
border-color: #FCBFE5;
}
.TagClassName
{
border-color: #FCBFE5;
}
</style>