Shades of Karry #F7DAC5
Tints of Karry #F7DAC5
RGB
CMYK
RGB Variations
Color information
#F7DAC5 (or 0xF7DAC5) is known color: Karry. HEX triplet: F7, DA and C5. RGB value is (247,218,197). Sum of RGB (Red+Green+Blue) = 247+218+197=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DAC5 is #08253A. Grayscale: #E0E0E0. Windows color (decimal): -533819 or 12966647. OLE color: 12966647.
HSL color Cylindrical-coordinate representation of color #F7DAC5: hue angle of 25.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7DAC5 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 197 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.03 |
| HSL | 25.2º | 0.76% | 0.87% | - |
| HSV(B) | 25.2º | 0.2% | 0.97% | - |
| XYZ | 73.51 | 73.95 | 63.22 | - |
| YUV | 224.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 197 | 0 | 0.12 | 0.20 | 0.03 | 25.2 | 0.76 | 0.87 |
| Hex | F7 | DA | C5 | 0 | C | 14 | 3 | 19 | 4C | 57 |
| Octal | 367 | 332 | 305 | 0 | 14 | 24 | 3 | 31 | 114 | 127 |
| Binary | 11110111 | 11011010 | 11000101 | 0 | 1100 | 10100 | 11 | 11001 | 1001100 | 1010111 |
Color Harmonies of #F7DAC5
Complementary color
Monochromatic Colors of #F7DAC5
Black with #F7DAC5
Text Example
Text Example
White with #F7DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAC5; }
p { color: rgb(247,218,197); }
H1.HeaderClassName
{
color: #F7DAC5;
}
.AnyTagClassName
{
color: #F7DAC5;
}
</style>
background-color css
<style>
a { background-color: #F7DAC5; }
a { background-color: rgb(247,218,197); }
div.DivClassName
{
background-color: #F7DAC5;
}
.BgClassName
{
background-color: #F7DAC5;
}
</style>
border-color css
<style>
span { border-color: #F7DAC5; }
span { border-color: rgb(247,218,197); }
td.TdClassName
{
border-color: #F7DAC5;
}
.TagClassName
{
border-color: #F7DAC5;
}
</style>