Shades of Classic Rose #FFBDE6
Tints of Classic Rose #FFBDE6
RGB
CMYK
RGB Variations
Color information
#FFBDE6 (or 0xFFBDE6) is known color: Classic Rose. HEX triplet: FF, BD and E6. RGB value is (255,189,230). Sum of RGB (Red+Green+Blue) = 255+189+230=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDE6 is #004219. Grayscale: #D5D5D5. Windows color (decimal): -16922 or 15121919. OLE color: 15121919.
HSL color Cylindrical-coordinate representation of color #FFBDE6: hue angle of 322.73º 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 #FFBDE6 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 230 | - |
| CMYK | 0 | 0.26 | 0.10 | 0 |
| HSL | 322.73º | 1% | 0.87% | - |
| HSV(B) | 322.73º | 0.26% | 1% | - |
| XYZ | 73.72 | 63.37 | 83.21 | - |
| YUV | 213.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 230 | 0 | 0.26 | 0.10 | 0 | 322.73 | 1 | 0.87 |
| Hex | FF | BD | E6 | 0 | 1A | A | 0 | 143 | 64 | 57 |
| Octal | 377 | 275 | 346 | 0 | 32 | 12 | 0 | 503 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11100110 | 0 | 11010 | 1010 | 0 | 101000011 | 1100100 | 1010111 |
Color Harmonies of #FFBDE6
Complementary color
Monochromatic Colors of #FFBDE6
Black with #FFBDE6
Text Example
Text Example
White with #FFBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDE6; }
p { color: rgb(255,189,230); }
H1.HeaderClassName
{
color: #FFBDE6;
}
.AnyTagClassName
{
color: #FFBDE6;
}
</style>
background-color css
<style>
a { background-color: #FFBDE6; }
a { background-color: rgb(255,189,230); }
div.DivClassName
{
background-color: #FFBDE6;
}
.BgClassName
{
background-color: #FFBDE6;
}
</style>
border-color css
<style>
span { border-color: #FFBDE6; }
span { border-color: rgb(255,189,230); }
td.TdClassName
{
border-color: #FFBDE6;
}
.TagClassName
{
border-color: #FFBDE6;
}
</style>