Shades of Classic Rose #FDBDE3
Tints of Classic Rose #FDBDE3
RGB
CMYK
RGB Variations
Color information
#FDBDE3 (or 0xFDBDE3) is known color: Classic Rose. HEX triplet: FD, BD and E3. RGB value is (253,189,227). Sum of RGB (Red+Green+Blue) = 253+189+227=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDE3 is #02421C. Grayscale: #D4D4D4. Windows color (decimal): -147997 or 14925309. OLE color: 14925309.
HSL color Cylindrical-coordinate representation of color #FDBDE3: hue angle of 324.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 227 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.01 |
| HSL | 324.38º | 0.94% | 0.87% | - |
| HSV(B) | 324.38º | 0.25% | 0.99% | - |
| XYZ | 72.57 | 62.82 | 80.97 | - |
| YUV | 212.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 227 | 0 | 0.25 | 0.10 | 0.01 | 324.38 | 0.94 | 0.87 |
| Hex | FD | BD | E3 | 0 | 19 | A | 1 | 144 | 5E | 57 |
| Octal | 375 | 275 | 343 | 0 | 31 | 12 | 1 | 504 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11100011 | 0 | 11001 | 1010 | 1 | 101000100 | 1011110 | 1010111 |
Color Harmonies of #FDBDE3
Complementary color
Monochromatic Colors of #FDBDE3
Black with #FDBDE3
Text Example
Text Example
White with #FDBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDE3; }
p { color: rgb(253,189,227); }
H1.HeaderClassName
{
color: #FDBDE3;
}
.AnyTagClassName
{
color: #FDBDE3;
}
</style>
background-color css
<style>
a { background-color: #FDBDE3; }
a { background-color: rgb(253,189,227); }
div.DivClassName
{
background-color: #FDBDE3;
}
.BgClassName
{
background-color: #FDBDE3;
}
</style>
border-color css
<style>
span { border-color: #FDBDE3; }
span { border-color: rgb(253,189,227); }
td.TdClassName
{
border-color: #FDBDE3;
}
.TagClassName
{
border-color: #FDBDE3;
}
</style>