Shades of Misty Rose #FBDFDD
Tints of Misty Rose #FBDFDD
RGB
CMYK
RGB Variations
Color information
#FBDFDD (or 0xFBDFDD) is known color: Misty Rose. HEX triplet: FB, DF and DD. RGB value is (251,223,221). Sum of RGB (Red+Green+Blue) = 251+223+221=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFDD is #042022. Grayscale: #E7E7E7. Windows color (decimal): -270371 or 14540795. OLE color: 14540795.
HSL color Cylindrical-coordinate representation of color #FBDFDD: hue angle of 4º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDFDD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 221 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 4º | 0.79% | 0.93% | - |
| HSV(B) | 4º | 0.12% | 0.98% | - |
| XYZ | 79.22 | 78.51 | 79.38 | - |
| YUV | 231.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 221 | 0 | 0.11 | 0.12 | 0.02 | 4 | 0.79 | 0.93 |
| Hex | FB | DF | DD | 0 | B | C | 2 | 4 | 4F | 5D |
| Octal | 373 | 337 | 335 | 0 | 13 | 14 | 2 | 4 | 117 | 135 |
| Binary | 11111011 | 11011111 | 11011101 | 0 | 1011 | 1100 | 10 | 100 | 1001111 | 1011101 |
Color Harmonies of #FBDFDD
Complementary color
Monochromatic Colors of #FBDFDD
Black with #FBDFDD
Text Example
Text Example
White with #FBDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFDD; }
p { color: rgb(251,223,221); }
H1.HeaderClassName
{
color: #FBDFDD;
}
.AnyTagClassName
{
color: #FBDFDD;
}
</style>
background-color css
<style>
a { background-color: #FBDFDD; }
a { background-color: rgb(251,223,221); }
div.DivClassName
{
background-color: #FBDFDD;
}
.BgClassName
{
background-color: #FBDFDD;
}
</style>
border-color css
<style>
span { border-color: #FBDFDD; }
span { border-color: rgb(251,223,221); }
td.TdClassName
{
border-color: #FBDFDD;
}
.TagClassName
{
border-color: #FBDFDD;
}
</style>