Shades of Classic Rose #FFBDEA
Tints of Classic Rose #FFBDEA
RGB
CMYK
RGB Variations
Color information
#FFBDEA (or 0xFFBDEA) is known color: Classic Rose. HEX triplet: FF, BD and EA. RGB value is (255,189,234). Sum of RGB (Red+Green+Blue) = 255+189+234=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDEA is #004215. Grayscale: #D5D5D5. Windows color (decimal): -16918 or 15384063. OLE color: 15384063.
HSL color Cylindrical-coordinate representation of color #FFBDEA: hue angle of 319.09º 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 #FFBDEA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 234 | - |
| CMYK | 0 | 0.26 | 0.08 | 0 |
| HSL | 319.09º | 1% | 0.87% | - |
| HSV(B) | 319.09º | 0.26% | 1% | - |
| XYZ | 74.29 | 63.6 | 86.2 | - |
| YUV | 213.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 234 | 0 | 0.26 | 0.08 | 0 | 319.09 | 1 | 0.87 |
| Hex | FF | BD | EA | 0 | 1A | 8 | 0 | 13F | 64 | 57 |
| Octal | 377 | 275 | 352 | 0 | 32 | 10 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11101010 | 0 | 11010 | 1000 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBDEA
Complementary color
Monochromatic Colors of #FFBDEA
Black with #FFBDEA
Text Example
Text Example
White with #FFBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDEA; }
p { color: rgb(255,189,234); }
H1.HeaderClassName
{
color: #FFBDEA;
}
.AnyTagClassName
{
color: #FFBDEA;
}
</style>
background-color css
<style>
a { background-color: #FFBDEA; }
a { background-color: rgb(255,189,234); }
div.DivClassName
{
background-color: #FFBDEA;
}
.BgClassName
{
background-color: #FFBDEA;
}
</style>
border-color css
<style>
span { border-color: #FFBDEA; }
span { border-color: rgb(255,189,234); }
td.TdClassName
{
border-color: #FFBDEA;
}
.TagClassName
{
border-color: #FFBDEA;
}
</style>