Shades of Remy #FDDCDA
Tints of Remy #FDDCDA
RGB
CMYK
RGB Variations
Color information
#FDDCDA (or 0xFDDCDA) is known color: Remy. HEX triplet: FD, DC and DA. RGB value is (253,220,218). Sum of RGB (Red+Green+Blue) = 253+220+218=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDA is #022325. Grayscale: #E5E5E5. Windows color (decimal): -140070 or 14343421. OLE color: 14343421.
HSL color Cylindrical-coordinate representation of color #FDDCDA: hue angle of 3.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDCDA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 218 | - |
CMYK | 0 | 0.13 | 0.14 | 0.01 |
HSL | 3.43º | 0.9% | 0.92% | - |
HSV(B) | 3.43º | 0.14% | 0.99% | - |
XYZ | 78.76 | 77.13 | 77.07 | - |
YUV | 229.64 | 121.43 | 144.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 218 | 0 | 0.13 | 0.14 | 0.01 | 3.43 | 0.9 | 0.92 |
Hex | FD | DC | DA | 0 | D | E | 1 | 3 | 5A | 5C |
Octal | 375 | 334 | 332 | 0 | 15 | 16 | 1 | 3 | 132 | 134 |
Binary | 11111101 | 11011100 | 11011010 | 0 | 1101 | 1110 | 1 | 11 | 1011010 | 1011100 |
Color Harmonies of #FDDCDA
Complementary color
Monochromatic Colors of #FDDCDA
Black with #FDDCDA
Text Example
Text Example
White with #FDDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCDA; }
p { color: rgb(253,220,218); }
H1.HeaderClassName
{
color: #FDDCDA;
}
.AnyTagClassName
{
color: #FDDCDA;
}
</style>
background-color css
<style>
a { background-color: #FDDCDA; }
a { background-color: rgb(253,220,218); }
div.DivClassName
{
background-color: #FDDCDA;
}
.BgClassName
{
background-color: #FDDCDA;
}
</style>
border-color css
<style>
span { border-color: #FDDCDA; }
span { border-color: rgb(253,220,218); }
td.TdClassName
{
border-color: #FDDCDA;
}
.TagClassName
{
border-color: #FDDCDA;
}
</style>