Shades of Karry #FDDFC3
Tints of Karry #FDDFC3
RGB
CMYK
RGB Variations
Color information
#FDDFC3 (or 0xFDDFC3) is known color: Karry. HEX triplet: FD, DF and C3. RGB value is (253,223,195). Sum of RGB (Red+Green+Blue) = 253+223+195=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC3 is #02203C. Grayscale: #E4E4E4. Windows color (decimal): -139325 or 12836861. OLE color: 12836861.
HSL color Cylindrical-coordinate representation of color #FDDFC3: hue angle of 28.97º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDDFC3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 195 | - |
CMYK | 0 | 0.12 | 0.23 | 0.01 |
HSL | 28.97º | 0.94% | 0.88% | - |
HSV(B) | 28.97º | 0.23% | 0.99% | - |
XYZ | 76.75 | 77.6 | 62.56 | - |
YUV | 228.78 | 108.94 | 145.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 195 | 0 | 0.12 | 0.23 | 0.01 | 28.97 | 0.94 | 0.88 |
Hex | FD | DF | C3 | 0 | C | 17 | 1 | 1D | 5E | 58 |
Octal | 375 | 337 | 303 | 0 | 14 | 27 | 1 | 35 | 136 | 130 |
Binary | 11111101 | 11011111 | 11000011 | 0 | 1100 | 10111 | 1 | 11101 | 1011110 | 1011000 |
Color Harmonies of #FDDFC3
Complementary color
Monochromatic Colors of #FDDFC3
Black with #FDDFC3
Text Example
Text Example
White with #FDDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC3; }
p { color: rgb(253,223,195); }
H1.HeaderClassName
{
color: #FDDFC3;
}
.AnyTagClassName
{
color: #FDDFC3;
}
</style>
background-color css
<style>
a { background-color: #FDDFC3; }
a { background-color: rgb(253,223,195); }
div.DivClassName
{
background-color: #FDDFC3;
}
.BgClassName
{
background-color: #FDDFC3;
}
</style>
border-color css
<style>
span { border-color: #FDDFC3; }
span { border-color: rgb(253,223,195); }
td.TdClassName
{
border-color: #FDDFC3;
}
.TagClassName
{
border-color: #FDDFC3;
}
</style>