Shades of Karry #FDDAC4
Tints of Karry #FDDAC4
RGB
CMYK
RGB Variations
Color information
#FDDAC4 (or 0xFDDAC4) is known color: Karry. HEX triplet: FD, DA and C4. RGB value is (253,218,196). Sum of RGB (Red+Green+Blue) = 253+218+196=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAC4 is #02253B. Grayscale: #E2E2E2. Windows color (decimal): -140604 or 12901117. OLE color: 12901117.
HSL color Cylindrical-coordinate representation of color #FDDAC4: hue angle of 23.16º degrees, saturation: 0.93, 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 #FDDAC4 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 196 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.01 |
| HSL | 23.16º | 0.93% | 0.88% | - |
| HSV(B) | 23.16º | 0.23% | 0.99% | - |
| XYZ | 75.54 | 75.01 | 62.72 | - |
| YUV | 225.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 196 | 0 | 0.14 | 0.23 | 0.01 | 23.16 | 0.93 | 0.88 |
| Hex | FD | DA | C4 | 0 | E | 17 | 1 | 17 | 5D | 58 |
| Octal | 375 | 332 | 304 | 0 | 16 | 27 | 1 | 27 | 135 | 130 |
| Binary | 11111101 | 11011010 | 11000100 | 0 | 1110 | 10111 | 1 | 10111 | 1011101 | 1011000 |
Color Harmonies of #FDDAC4
Complementary color
Monochromatic Colors of #FDDAC4
Black with #FDDAC4
Text Example
Text Example
White with #FDDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAC4; }
p { color: rgb(253,218,196); }
H1.HeaderClassName
{
color: #FDDAC4;
}
.AnyTagClassName
{
color: #FDDAC4;
}
</style>
background-color css
<style>
a { background-color: #FDDAC4; }
a { background-color: rgb(253,218,196); }
div.DivClassName
{
background-color: #FDDAC4;
}
.BgClassName
{
background-color: #FDDAC4;
}
</style>
border-color css
<style>
span { border-color: #FDDAC4; }
span { border-color: rgb(253,218,196); }
td.TdClassName
{
border-color: #FDDAC4;
}
.TagClassName
{
border-color: #FDDAC4;
}
</style>