Shades of Karry #FDDAC1
Tints of Karry #FDDAC1
RGB
CMYK
RGB Variations
Color information
#FDDAC1 (or 0xFDDAC1) is known color: Karry. HEX triplet: FD, DA and C1. RGB value is (253,218,193). Sum of RGB (Red+Green+Blue) = 253+218+193=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAC1 is #02253E. Grayscale: #E1E1E1. Windows color (decimal): -140607 or 12704509. OLE color: 12704509.
HSL color Cylindrical-coordinate representation of color #FDDAC1: hue angle of 25º 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 #FDDAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 193 | - |
CMYK | 0 | 0.14 | 0.24 | 0.01 |
HSL | 25º | 0.94% | 0.87% | - |
HSV(B) | 25º | 0.24% | 0.99% | - |
XYZ | 75.21 | 74.88 | 60.94 | - |
YUV | 225.62 | 109.6 | 147.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 193 | 0 | 0.14 | 0.24 | 0.01 | 25 | 0.94 | 0.87 |
Hex | FD | DA | C1 | 0 | E | 18 | 1 | 19 | 5E | 57 |
Octal | 375 | 332 | 301 | 0 | 16 | 30 | 1 | 31 | 136 | 127 |
Binary | 11111101 | 11011010 | 11000001 | 0 | 1110 | 11000 | 1 | 11001 | 1011110 | 1010111 |
Color Harmonies of #FDDAC1
Complementary color
Monochromatic Colors of #FDDAC1
Black with #FDDAC1
Text Example
Text Example
White with #FDDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAC1; }
p { color: rgb(253,218,193); }
H1.HeaderClassName
{
color: #FDDAC1;
}
.AnyTagClassName
{
color: #FDDAC1;
}
</style>
background-color css
<style>
a { background-color: #FDDAC1; }
a { background-color: rgb(253,218,193); }
div.DivClassName
{
background-color: #FDDAC1;
}
.BgClassName
{
background-color: #FDDAC1;
}
</style>
border-color css
<style>
span { border-color: #FDDAC1; }
span { border-color: rgb(253,218,193); }
td.TdClassName
{
border-color: #FDDAC1;
}
.TagClassName
{
border-color: #FDDAC1;
}
</style>