Shades of Classic Rose #F0BDDF
Tints of Classic Rose #F0BDDF
RGB
CMYK
RGB Variations
Color information
#F0BDDF (or 0xF0BDDF) is known color: Classic Rose. HEX triplet: F0, BD and DF. RGB value is (240,189,223). Sum of RGB (Red+Green+Blue) = 240+189+223=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDDF is #0F4220. Grayscale: #D0D0D0. Windows color (decimal): -999969 or 14663152. OLE color: 14663152.
HSL color Cylindrical-coordinate representation of color #F0BDDF: hue angle of 320º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDDF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 223 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.06 |
| HSL | 320º | 0.63% | 0.84% | - |
| HSV(B) | 320º | 0.21% | 0.94% | - |
| XYZ | 67.45 | 60.25 | 77.89 | - |
| YUV | 208.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 223 | 0 | 0.21 | 0.07 | 0.06 | 320 | 0.63 | 0.84 |
| Hex | F0 | BD | DF | 0 | 15 | 7 | 6 | 140 | 3F | 54 |
| Octal | 360 | 275 | 337 | 0 | 25 | 7 | 6 | 500 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11011111 | 0 | 10101 | 111 | 110 | 101000000 | 111111 | 1010100 |
Color Harmonies of #F0BDDF
Complementary color
Monochromatic Colors of #F0BDDF
Black with #F0BDDF
Text Example
Text Example
White with #F0BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDDF; }
p { color: rgb(240,189,223); }
H1.HeaderClassName
{
color: #F0BDDF;
}
.AnyTagClassName
{
color: #F0BDDF;
}
</style>
background-color css
<style>
a { background-color: #F0BDDF; }
a { background-color: rgb(240,189,223); }
div.DivClassName
{
background-color: #F0BDDF;
}
.BgClassName
{
background-color: #F0BDDF;
}
</style>
border-color css
<style>
span { border-color: #F0BDDF; }
span { border-color: rgb(240,189,223); }
td.TdClassName
{
border-color: #F0BDDF;
}
.TagClassName
{
border-color: #F0BDDF;
}
</style>