Shades of Karry #FDDFC0
Tints of Karry #FDDFC0
RGB
CMYK
RGB Variations
Color information
#FDDFC0 (or 0xFDDFC0) is known color: Karry. HEX triplet: FD, DF and C0. RGB value is (253,223,192). Sum of RGB (Red+Green+Blue) = 253+223+192=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC0 is #02203F. Grayscale: #E4E4E4. Windows color (decimal): -139328 or 12640253. OLE color: 12640253.
HSL color Cylindrical-coordinate representation of color #FDDFC0: hue angle of 30.49º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDDFC0 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 192 | - |
CMYK | 0 | 0.12 | 0.24 | 0.01 |
HSL | 30.49º | 0.94% | 0.87% | - |
HSV(B) | 30.49º | 0.24% | 0.99% | - |
XYZ | 76.41 | 77.46 | 60.79 | - |
YUV | 228.44 | 107.44 | 145.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 192 | 0 | 0.12 | 0.24 | 0.01 | 30.49 | 0.94 | 0.87 |
Hex | FD | DF | C0 | 0 | C | 18 | 1 | 1E | 5E | 57 |
Octal | 375 | 337 | 300 | 0 | 14 | 30 | 1 | 36 | 136 | 127 |
Binary | 11111101 | 11011111 | 11000000 | 0 | 1100 | 11000 | 1 | 11110 | 1011110 | 1010111 |
Color Harmonies of #FDDFC0
Complementary color
Monochromatic Colors of #FDDFC0
Black with #FDDFC0
Text Example
Text Example
White with #FDDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC0; }
p { color: rgb(253,223,192); }
H1.HeaderClassName
{
color: #FDDFC0;
}
.AnyTagClassName
{
color: #FDDFC0;
}
</style>
background-color css
<style>
a { background-color: #FDDFC0; }
a { background-color: rgb(253,223,192); }
div.DivClassName
{
background-color: #FDDFC0;
}
.BgClassName
{
background-color: #FDDFC0;
}
</style>
border-color css
<style>
span { border-color: #FDDFC0; }
span { border-color: rgb(253,223,192); }
td.TdClassName
{
border-color: #FDDFC0;
}
.TagClassName
{
border-color: #FDDFC0;
}
</style>