Shades of Classic Rose #F0BDDC
Tints of Classic Rose #F0BDDC
RGB
CMYK
RGB Variations
Color information
#F0BDDC (or 0xF0BDDC) is known color: Classic Rose. HEX triplet: F0, BD and DC. RGB value is (240,189,220). Sum of RGB (Red+Green+Blue) = 240+189+220=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDDC is #0F4223. Grayscale: #CFCFCF. Windows color (decimal): -999972 or 14466544. OLE color: 14466544.
HSL color Cylindrical-coordinate representation of color #F0BDDC: hue angle of 323.53º 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 #F0BDDC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 220 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.06 |
| HSL | 323.53º | 0.63% | 0.84% | - |
| HSV(B) | 323.53º | 0.21% | 0.94% | - |
| XYZ | 67.05 | 60.09 | 75.77 | - |
| YUV | 207.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 220 | 0 | 0.21 | 0.08 | 0.06 | 323.53 | 0.63 | 0.84 |
| Hex | F0 | BD | DC | 0 | 15 | 8 | 6 | 144 | 3F | 54 |
| Octal | 360 | 275 | 334 | 0 | 25 | 10 | 6 | 504 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11011100 | 0 | 10101 | 1000 | 110 | 101000100 | 111111 | 1010100 |
Color Harmonies of #F0BDDC
Complementary color
Monochromatic Colors of #F0BDDC
Black with #F0BDDC
Text Example
Text Example
White with #F0BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDDC; }
p { color: rgb(240,189,220); }
H1.HeaderClassName
{
color: #F0BDDC;
}
.AnyTagClassName
{
color: #F0BDDC;
}
</style>
background-color css
<style>
a { background-color: #F0BDDC; }
a { background-color: rgb(240,189,220); }
div.DivClassName
{
background-color: #F0BDDC;
}
.BgClassName
{
background-color: #F0BDDC;
}
</style>
border-color css
<style>
span { border-color: #F0BDDC; }
span { border-color: rgb(240,189,220); }
td.TdClassName
{
border-color: #F0BDDC;
}
.TagClassName
{
border-color: #F0BDDC;
}
</style>