Shades of Classic Rose #F0BBD4
Tints of Classic Rose #F0BBD4
RGB
CMYK
RGB Variations
Color information
#F0BBD4 (or 0xF0BBD4) is known color: Classic Rose. HEX triplet: F0, BB and D4. RGB value is (240,187,212). Sum of RGB (Red+Green+Blue) = 240+187+212=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD4 is #0F442B. Grayscale: #CDCDCD. Windows color (decimal): -1000492 or 13941744. OLE color: 13941744.
HSL color Cylindrical-coordinate representation of color #F0BBD4: hue angle of 331.7º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBD4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 212 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.06 |
| HSL | 331.7º | 0.64% | 0.84% | - |
| HSV(B) | 331.7º | 0.22% | 0.94% | - |
| XYZ | 65.59 | 58.82 | 70.18 | - |
| YUV | 205.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 212 | 0 | 0.22 | 0.12 | 0.06 | 331.7 | 0.64 | 0.84 |
| Hex | F0 | BB | D4 | 0 | 16 | C | 6 | 14C | 40 | 54 |
| Octal | 360 | 273 | 324 | 0 | 26 | 14 | 6 | 514 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11010100 | 0 | 10110 | 1100 | 110 | 101001100 | 1000000 | 1010100 |
Color Harmonies of #F0BBD4
Complementary color
Monochromatic Colors of #F0BBD4
Black with #F0BBD4
Text Example
Text Example
White with #F0BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBD4; }
p { color: rgb(240,187,212); }
H1.HeaderClassName
{
color: #F0BBD4;
}
.AnyTagClassName
{
color: #F0BBD4;
}
</style>
background-color css
<style>
a { background-color: #F0BBD4; }
a { background-color: rgb(240,187,212); }
div.DivClassName
{
background-color: #F0BBD4;
}
.BgClassName
{
background-color: #F0BBD4;
}
</style>
border-color css
<style>
span { border-color: #F0BBD4; }
span { border-color: rgb(240,187,212); }
td.TdClassName
{
border-color: #F0BBD4;
}
.TagClassName
{
border-color: #F0BBD4;
}
</style>