Shades of Classic Rose #F8BEDA
Tints of Classic Rose #F8BEDA
RGB
CMYK
RGB Variations
Color information
#F8BEDA (or 0xF8BEDA) is known color: Classic Rose. HEX triplet: F8, BE and DA. RGB value is (248,190,218). Sum of RGB (Red+Green+Blue) = 248+190+218=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEDA is #074125. Grayscale: #D2D2D2. Windows color (decimal): -475430 or 14335736. OLE color: 14335736.
HSL color Cylindrical-coordinate representation of color #F8BEDA: hue angle of 331.03º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BEDA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 218 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.03 |
| HSL | 331.03º | 0.81% | 0.86% | - |
| HSV(B) | 331.03º | 0.23% | 0.97% | - |
| XYZ | 69.78 | 61.85 | 74.59 | - |
| YUV | 210.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 218 | 0 | 0.23 | 0.12 | 0.03 | 331.03 | 0.81 | 0.86 |
| Hex | F8 | BE | DA | 0 | 17 | C | 3 | 14B | 51 | 56 |
| Octal | 370 | 276 | 332 | 0 | 27 | 14 | 3 | 513 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11011010 | 0 | 10111 | 1100 | 11 | 101001011 | 1010001 | 1010110 |
Color Harmonies of #F8BEDA
Complementary color
Monochromatic Colors of #F8BEDA
Black with #F8BEDA
Text Example
Text Example
White with #F8BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEDA; }
p { color: rgb(248,190,218); }
H1.HeaderClassName
{
color: #F8BEDA;
}
.AnyTagClassName
{
color: #F8BEDA;
}
</style>
background-color css
<style>
a { background-color: #F8BEDA; }
a { background-color: rgb(248,190,218); }
div.DivClassName
{
background-color: #F8BEDA;
}
.BgClassName
{
background-color: #F8BEDA;
}
</style>
border-color css
<style>
span { border-color: #F8BEDA; }
span { border-color: rgb(248,190,218); }
td.TdClassName
{
border-color: #F8BEDA;
}
.TagClassName
{
border-color: #F8BEDA;
}
</style>