Shades of Classic Rose #F0BFD4
Tints of Classic Rose #F0BFD4
RGB
CMYK
RGB Variations
Color information
#F0BFD4 (or 0xF0BFD4) is known color: Classic Rose. HEX triplet: F0, BF and D4. RGB value is (240,191,212). Sum of RGB (Red+Green+Blue) = 240+191+212=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFD4 is #0F402B. Grayscale: #D0D0D0. Windows color (decimal): -999468 or 13942768. OLE color: 13942768.
HSL color Cylindrical-coordinate representation of color #F0BFD4: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFD4 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 212 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.06 |
| HSL | 334.29º | 0.62% | 0.85% | - |
| HSV(B) | 334.29º | 0.2% | 0.94% | - |
| XYZ | 66.45 | 60.54 | 70.47 | - |
| YUV | 208.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 212 | 0 | 0.20 | 0.12 | 0.06 | 334.29 | 0.62 | 0.85 |
| Hex | F0 | BF | D4 | 0 | 14 | C | 6 | 14E | 3E | 55 |
| Octal | 360 | 277 | 324 | 0 | 24 | 14 | 6 | 516 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11010100 | 0 | 10100 | 1100 | 110 | 101001110 | 111110 | 1010101 |
Color Harmonies of #F0BFD4
Complementary color
Monochromatic Colors of #F0BFD4
Black with #F0BFD4
Text Example
Text Example
White with #F0BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFD4; }
p { color: rgb(240,191,212); }
H1.HeaderClassName
{
color: #F0BFD4;
}
.AnyTagClassName
{
color: #F0BFD4;
}
</style>
background-color css
<style>
a { background-color: #F0BFD4; }
a { background-color: rgb(240,191,212); }
div.DivClassName
{
background-color: #F0BFD4;
}
.BgClassName
{
background-color: #F0BFD4;
}
</style>
border-color css
<style>
span { border-color: #F0BFD4; }
span { border-color: rgb(240,191,212); }
td.TdClassName
{
border-color: #F0BFD4;
}
.TagClassName
{
border-color: #F0BFD4;
}
</style>