Shades of Classic Rose #F8BDDF
Tints of Classic Rose #F8BDDF
RGB
CMYK
RGB Variations
Color information
#F8BDDF (or 0xF8BDDF) is known color: Classic Rose. HEX triplet: F8, BD and DF. RGB value is (248,189,223). Sum of RGB (Red+Green+Blue) = 248+189+223=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDDF is #074220. Grayscale: #D2D2D2. Windows color (decimal): -475681 or 14663160. OLE color: 14663160.
HSL color Cylindrical-coordinate representation of color #F8BDDF: hue angle of 325.42º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 223 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.03 |
| HSL | 325.42º | 0.81% | 0.86% | - |
| HSV(B) | 325.42º | 0.24% | 0.97% | - |
| XYZ | 70.23 | 61.68 | 78.02 | - |
| YUV | 210.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 223 | 0 | 0.24 | 0.10 | 0.03 | 325.42 | 0.81 | 0.86 |
| Hex | F8 | BD | DF | 0 | 18 | A | 3 | 145 | 51 | 56 |
| Octal | 370 | 275 | 337 | 0 | 30 | 12 | 3 | 505 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11011111 | 0 | 11000 | 1010 | 11 | 101000101 | 1010001 | 1010110 |
Color Harmonies of #F8BDDF
Complementary color
Monochromatic Colors of #F8BDDF
Black with #F8BDDF
Text Example
Text Example
White with #F8BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDDF; }
p { color: rgb(248,189,223); }
H1.HeaderClassName
{
color: #F8BDDF;
}
.AnyTagClassName
{
color: #F8BDDF;
}
</style>
background-color css
<style>
a { background-color: #F8BDDF; }
a { background-color: rgb(248,189,223); }
div.DivClassName
{
background-color: #F8BDDF;
}
.BgClassName
{
background-color: #F8BDDF;
}
</style>
border-color css
<style>
span { border-color: #F8BDDF; }
span { border-color: rgb(248,189,223); }
td.TdClassName
{
border-color: #F8BDDF;
}
.TagClassName
{
border-color: #F8BDDF;
}
</style>