Shades of Karry #FFDAC3
Tints of Karry #FFDAC3
RGB
CMYK
RGB Variations
Color information
#FFDAC3 (or 0xFFDAC3) is known color: Karry. HEX triplet: FF, DA and C3. RGB value is (255,218,195). Sum of RGB (Red+Green+Blue) = 255+218+195=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAC3 is #00253C. Grayscale: #E2E2E2. Windows color (decimal): -9533 or 12835583. OLE color: 12835583.
HSL color Cylindrical-coordinate representation of color #FFDAC3: hue angle of 23º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFDAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 195 | - |
| CMYK | 0 | 0.15 | 0.24 | 0 |
| HSL | 23º | 1% | 0.88% | - |
| HSV(B) | 23º | 0.24% | 1% | - |
| XYZ | 76.16 | 75.34 | 62.16 | - |
| YUV | 226.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 195 | 0 | 0.15 | 0.24 | 0 | 23 | 1 | 0.88 |
| Hex | FF | DA | C3 | 0 | F | 18 | 0 | 17 | 64 | 58 |
| Octal | 377 | 332 | 303 | 0 | 17 | 30 | 0 | 27 | 144 | 130 |
| Binary | 11111111 | 11011010 | 11000011 | 0 | 1111 | 11000 | 0 | 10111 | 1100100 | 1011000 |
Color Harmonies of #FFDAC3
Complementary color
Monochromatic Colors of #FFDAC3
Black with #FFDAC3
Text Example
Text Example
White with #FFDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAC3; }
p { color: rgb(255,218,195); }
H1.HeaderClassName
{
color: #FFDAC3;
}
.AnyTagClassName
{
color: #FFDAC3;
}
</style>
background-color css
<style>
a { background-color: #FFDAC3; }
a { background-color: rgb(255,218,195); }
div.DivClassName
{
background-color: #FFDAC3;
}
.BgClassName
{
background-color: #FFDAC3;
}
</style>
border-color css
<style>
span { border-color: #FFDAC3; }
span { border-color: rgb(255,218,195); }
td.TdClassName
{
border-color: #FFDAC3;
}
.TagClassName
{
border-color: #FFDAC3;
}
</style>