Shades of Classic Rose #FDBFEB
Tints of Classic Rose #FDBFEB
RGB
CMYK
RGB Variations
Color information
#FDBFEB (or 0xFDBFEB) is known color: Classic Rose. HEX triplet: FD, BF and EB. RGB value is (253,191,235). Sum of RGB (Red+Green+Blue) = 253+191+235=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFEB is #024014. Grayscale: #D6D6D6. Windows color (decimal): -147477 or 15450109. OLE color: 15450109.
HSL color Cylindrical-coordinate representation of color #FDBFEB: hue angle of 317.42º 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 #FDBFEB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 235 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.01 |
| HSL | 317.42º | 0.94% | 0.87% | - |
| HSV(B) | 317.42º | 0.25% | 0.99% | - |
| XYZ | 74.13 | 64.14 | 87.07 | - |
| YUV | 214.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 235 | 0 | 0.25 | 0.07 | 0.01 | 317.42 | 0.94 | 0.87 |
| Hex | FD | BF | EB | 0 | 19 | 7 | 1 | 13D | 5E | 57 |
| Octal | 375 | 277 | 353 | 0 | 31 | 7 | 1 | 475 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11101011 | 0 | 11001 | 111 | 1 | 100111101 | 1011110 | 1010111 |
Color Harmonies of #FDBFEB
Complementary color
Monochromatic Colors of #FDBFEB
Black with #FDBFEB
Text Example
Text Example
White with #FDBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFEB; }
p { color: rgb(253,191,235); }
H1.HeaderClassName
{
color: #FDBFEB;
}
.AnyTagClassName
{
color: #FDBFEB;
}
</style>
background-color css
<style>
a { background-color: #FDBFEB; }
a { background-color: rgb(253,191,235); }
div.DivClassName
{
background-color: #FDBFEB;
}
.BgClassName
{
background-color: #FDBFEB;
}
</style>
border-color css
<style>
span { border-color: #FDBFEB; }
span { border-color: rgb(253,191,235); }
td.TdClassName
{
border-color: #FDBFEB;
}
.TagClassName
{
border-color: #FDBFEB;
}
</style>