Shades of Karry #FAD9BD
Tints of Karry #FAD9BD
RGB
CMYK
RGB Variations
Color information
#FAD9BD (or 0xFAD9BD) is known color: Karry. HEX triplet: FA, D9 and BD. RGB value is (250,217,189). Sum of RGB (Red+Green+Blue) = 250+217+189=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9BD is #052642. Grayscale: #DFDFDF. Windows color (decimal): -337475 or 12442106. OLE color: 12442106.
HSL color Cylindrical-coordinate representation of color #FAD9BD: hue angle of 27.54º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAD9BD is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 217 | 189 | - |
CMYK | 0 | 0.13 | 0.24 | 0.02 |
HSL | 27.54º | 0.86% | 0.86% | - |
HSV(B) | 27.54º | 0.24% | 0.98% | - |
XYZ | 73.42 | 73.62 | 58.49 | - |
YUV | 223.68 | 108.43 | 146.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 217 | 189 | 0 | 0.13 | 0.24 | 0.02 | 27.54 | 0.86 | 0.86 |
Hex | FA | D9 | BD | 0 | D | 18 | 2 | 1C | 56 | 56 |
Octal | 372 | 331 | 275 | 0 | 15 | 30 | 2 | 34 | 126 | 126 |
Binary | 11111010 | 11011001 | 10111101 | 0 | 1101 | 11000 | 10 | 11100 | 1010110 | 1010110 |
Color Harmonies of #FAD9BD
Complementary color
Monochromatic Colors of #FAD9BD
Black with #FAD9BD
Text Example
Text Example
White with #FAD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9BD; }
p { color: rgb(250,217,189); }
H1.HeaderClassName
{
color: #FAD9BD;
}
.AnyTagClassName
{
color: #FAD9BD;
}
</style>
background-color css
<style>
a { background-color: #FAD9BD; }
a { background-color: rgb(250,217,189); }
div.DivClassName
{
background-color: #FAD9BD;
}
.BgClassName
{
background-color: #FAD9BD;
}
</style>
border-color css
<style>
span { border-color: #FAD9BD; }
span { border-color: rgb(250,217,189); }
td.TdClassName
{
border-color: #FAD9BD;
}
.TagClassName
{
border-color: #FAD9BD;
}
</style>