Shades of Remy #FDDFDB
Tints of Remy #FDDFDB
RGB
CMYK
RGB Variations
Color information
#FDDFDB (or 0xFDDFDB) is known color: Remy. HEX triplet: FD, DF and DB. RGB value is (253,223,219). Sum of RGB (Red+Green+Blue) = 253+223+219=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDB is #022024. Grayscale: #E7E7E7. Windows color (decimal): -139301 or 14409725. OLE color: 14409725.
HSL color Cylindrical-coordinate representation of color #FDDFDB: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDFDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 219 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 7.06º | 0.89% | 0.93% | - |
HSV(B) | 7.06º | 0.13% | 0.99% | - |
XYZ | 79.68 | 78.77 | 78.02 | - |
YUV | 231.51 | 120.94 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 219 | 0 | 0.12 | 0.13 | 0.01 | 7.06 | 0.89 | 0.93 |
Hex | FD | DF | DB | 0 | C | D | 1 | 7 | 59 | 5D |
Octal | 375 | 337 | 333 | 0 | 14 | 15 | 1 | 7 | 131 | 135 |
Binary | 11111101 | 11011111 | 11011011 | 0 | 1100 | 1101 | 1 | 111 | 1011001 | 1011101 |
Color Harmonies of #FDDFDB
Complementary color
Monochromatic Colors of #FDDFDB
Black with #FDDFDB
Text Example
Text Example
White with #FDDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFDB; }
p { color: rgb(253,223,219); }
H1.HeaderClassName
{
color: #FDDFDB;
}
.AnyTagClassName
{
color: #FDDFDB;
}
</style>
background-color css
<style>
a { background-color: #FDDFDB; }
a { background-color: rgb(253,223,219); }
div.DivClassName
{
background-color: #FDDFDB;
}
.BgClassName
{
background-color: #FDDFDB;
}
</style>
border-color css
<style>
span { border-color: #FDDFDB; }
span { border-color: rgb(253,223,219); }
td.TdClassName
{
border-color: #FDDFDB;
}
.TagClassName
{
border-color: #FDDFDB;
}
</style>