Shades of Classic Rose #F9BCE4
Tints of Classic Rose #F9BCE4
RGB
CMYK
RGB Variations
Color information
#F9BCE4 (or 0xF9BCE4) is known color: Classic Rose. HEX triplet: F9, BC and E4. RGB value is (249,188,228). Sum of RGB (Red+Green+Blue) = 249+188+228=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCE4 is #06431B. Grayscale: #D2D2D2. Windows color (decimal): -410396 or 14990585. OLE color: 14990585.
HSL color Cylindrical-coordinate representation of color #F9BCE4: hue angle of 320.66º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCE4 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 228 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 320.66º | 0.84% | 0.86% | - |
| HSV(B) | 320.66º | 0.24% | 0.98% | - |
| XYZ | 71.05 | 61.71 | 81.56 | - |
| YUV | 210.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 228 | 0 | 0.24 | 0.08 | 0.02 | 320.66 | 0.84 | 0.86 |
| Hex | F9 | BC | E4 | 0 | 18 | 8 | 2 | 141 | 54 | 56 |
| Octal | 371 | 274 | 344 | 0 | 30 | 10 | 2 | 501 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11100100 | 0 | 11000 | 1000 | 10 | 101000001 | 1010100 | 1010110 |
Color Harmonies of #F9BCE4
Complementary color
Monochromatic Colors of #F9BCE4
Black with #F9BCE4
Text Example
Text Example
White with #F9BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCE4; }
p { color: rgb(249,188,228); }
H1.HeaderClassName
{
color: #F9BCE4;
}
.AnyTagClassName
{
color: #F9BCE4;
}
</style>
background-color css
<style>
a { background-color: #F9BCE4; }
a { background-color: rgb(249,188,228); }
div.DivClassName
{
background-color: #F9BCE4;
}
.BgClassName
{
background-color: #F9BCE4;
}
</style>
border-color css
<style>
span { border-color: #F9BCE4; }
span { border-color: rgb(249,188,228); }
td.TdClassName
{
border-color: #F9BCE4;
}
.TagClassName
{
border-color: #F9BCE4;
}
</style>