Shades of Classic Rose #FFBDE9
Tints of Classic Rose #FFBDE9
RGB
CMYK
RGB Variations
Color information
#FFBDE9 (or 0xFFBDE9) is known color: Classic Rose. HEX triplet: FF, BD and E9. RGB value is (255,189,233). Sum of RGB (Red+Green+Blue) = 255+189+233=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDE9 is #004216. Grayscale: #D5D5D5. Windows color (decimal): -16919 or 15318527. OLE color: 15318527.
HSL color Cylindrical-coordinate representation of color #FFBDE9: hue angle of 320º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDE9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 233 | - |
| CMYK | 0 | 0.26 | 0.09 | 0 |
| HSL | 320º | 1% | 0.87% | - |
| HSV(B) | 320º | 0.26% | 1% | - |
| XYZ | 74.15 | 63.54 | 85.45 | - |
| YUV | 213.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 233 | 0 | 0.26 | 0.09 | 0 | 320 | 1 | 0.87 |
| Hex | FF | BD | E9 | 0 | 1A | 9 | 0 | 140 | 64 | 57 |
| Octal | 377 | 275 | 351 | 0 | 32 | 11 | 0 | 500 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101001 | 0 | 11010 | 1001 | 0 | 101000000 | 1100100 | 1010111 |
Color Harmonies of #FFBDE9
Complementary color
Monochromatic Colors of #FFBDE9
Black with #FFBDE9
Text Example
Text Example
White with #FFBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE9; }
p { color: rgb(255,189,233); }
H1.HeaderClassName
{
color: #FFBDE9;
}
.AnyTagClassName
{
color: #FFBDE9;
}
</style>
background-color css
<style>
a { background-color: #FFBDE9; }
a { background-color: rgb(255,189,233); }
div.DivClassName
{
background-color: #FFBDE9;
}
.BgClassName
{
background-color: #FFBDE9;
}
</style>
border-color css
<style>
span { border-color: #FFBDE9; }
span { border-color: rgb(255,189,233); }
td.TdClassName
{
border-color: #FFBDE9;
}
.TagClassName
{
border-color: #FFBDE9;
}
</style>