Shades of Peach #FDCDA3
Tints of Peach #FDCDA3
RGB
CMYK
RGB Variations
Color information
#FDCDA3 (or 0xFDCDA3) is known color: Peach. HEX triplet: FD, CD and A3. RGB value is (253,205,163). Sum of RGB (Red+Green+Blue) = 253+205+163=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA3 is #02325C. Grayscale: #D6D6D6. Windows color (decimal): -143965 or 10735101. OLE color: 10735101.
HSL color Cylindrical-coordinate representation of color #FDCDA3: hue angle of 28º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDCDA3 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 163 | - |
CMYK | 0 | 0.19 | 0.36 | 0.01 |
HSL | 28º | 0.96% | 0.82% | - |
HSV(B) | 28º | 0.36% | 0.99% | - |
XYZ | 68.95 | 67.19 | 43.99 | - |
YUV | 214.56 | 98.9 | 155.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 163 | 0 | 0.19 | 0.36 | 0.01 | 28 | 0.96 | 0.82 |
Hex | FD | CD | A3 | 0 | 13 | 24 | 1 | 1C | 60 | 52 |
Octal | 375 | 315 | 243 | 0 | 23 | 44 | 1 | 34 | 140 | 122 |
Binary | 11111101 | 11001101 | 10100011 | 0 | 10011 | 100100 | 1 | 11100 | 1100000 | 1010010 |
Color Harmonies of #FDCDA3
Complementary color
Monochromatic Colors of #FDCDA3
Black with #FDCDA3
Text Example
Text Example
White with #FDCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDA3; }
p { color: rgb(253,205,163); }
H1.HeaderClassName
{
color: #FDCDA3;
}
.AnyTagClassName
{
color: #FDCDA3;
}
</style>
background-color css
<style>
a { background-color: #FDCDA3; }
a { background-color: rgb(253,205,163); }
div.DivClassName
{
background-color: #FDCDA3;
}
.BgClassName
{
background-color: #FDCDA3;
}
</style>
border-color css
<style>
span { border-color: #FDCDA3; }
span { border-color: rgb(253,205,163); }
td.TdClassName
{
border-color: #FDCDA3;
}
.TagClassName
{
border-color: #FDCDA3;
}
</style>