Shades of Karry #FDDFC7
Tints of Karry #FDDFC7
RGB
CMYK
RGB Variations
Color information
#FDDFC7 (or 0xFDDFC7) is known color: Karry. HEX triplet: FD, DF and C7. RGB value is (253,223,199). Sum of RGB (Red+Green+Blue) = 253+223+199=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC7 is #022038. Grayscale: #E5E5E5. Windows color (decimal): -139321 or 13099005. OLE color: 13099005.
HSL color Cylindrical-coordinate representation of color #FDDFC7: hue angle of 26.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDFC7 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 199 | - |
CMYK | 0 | 0.12 | 0.21 | 0.01 |
HSL | 26.67º | 0.93% | 0.89% | - |
HSV(B) | 26.67º | 0.21% | 0.99% | - |
XYZ | 77.2 | 77.78 | 64.98 | - |
YUV | 229.23 | 110.94 | 144.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 199 | 0 | 0.12 | 0.21 | 0.01 | 26.67 | 0.93 | 0.89 |
Hex | FD | DF | C7 | 0 | C | 15 | 1 | 1B | 5D | 59 |
Octal | 375 | 337 | 307 | 0 | 14 | 25 | 1 | 33 | 135 | 131 |
Binary | 11111101 | 11011111 | 11000111 | 0 | 1100 | 10101 | 1 | 11011 | 1011101 | 1011001 |
Color Harmonies of #FDDFC7
Complementary color
Monochromatic Colors of #FDDFC7
Black with #FDDFC7
Text Example
Text Example
White with #FDDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC7; }
p { color: rgb(253,223,199); }
H1.HeaderClassName
{
color: #FDDFC7;
}
.AnyTagClassName
{
color: #FDDFC7;
}
</style>
background-color css
<style>
a { background-color: #FDDFC7; }
a { background-color: rgb(253,223,199); }
div.DivClassName
{
background-color: #FDDFC7;
}
.BgClassName
{
background-color: #FDDFC7;
}
</style>
border-color css
<style>
span { border-color: #FDDFC7; }
span { border-color: rgb(253,223,199); }
td.TdClassName
{
border-color: #FDDFC7;
}
.TagClassName
{
border-color: #FDDFC7;
}
</style>