Shades of Karry #FADABF
Tints of Karry #FADABF
RGB
CMYK
RGB Variations
Color information
#FADABF (or 0xFADABF) is known color: Karry. HEX triplet: FA, DA and BF. RGB value is (250,218,191). Sum of RGB (Red+Green+Blue) = 250+218+191=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FADABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADABF is #052540. Grayscale: #E0E0E0. Windows color (decimal): -337217 or 12573434. OLE color: 12573434.
HSL color Cylindrical-coordinate representation of color #FADABF: hue angle of 27.46º 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 #FADABF is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 191 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 27.46º | 0.86% | 0.86% | - |
| HSV(B) | 27.46º | 0.24% | 0.98% | - |
| XYZ | 73.9 | 74.23 | 59.72 | - |
| YUV | 224.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 191 | 0 | 0.13 | 0.24 | 0.02 | 27.46 | 0.86 | 0.86 |
| Hex | FA | DA | BF | 0 | D | 18 | 2 | 1B | 56 | 56 |
| Octal | 372 | 332 | 277 | 0 | 15 | 30 | 2 | 33 | 126 | 126 |
| Binary | 11111010 | 11011010 | 10111111 | 0 | 1101 | 11000 | 10 | 11011 | 1010110 | 1010110 |
Color Harmonies of #FADABF
Complementary color
Monochromatic Colors of #FADABF
Black with #FADABF
Text Example
Text Example
White with #FADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADABF; }
p { color: rgb(250,218,191); }
H1.HeaderClassName
{
color: #FADABF;
}
.AnyTagClassName
{
color: #FADABF;
}
</style>
background-color css
<style>
a { background-color: #FADABF; }
a { background-color: rgb(250,218,191); }
div.DivClassName
{
background-color: #FADABF;
}
.BgClassName
{
background-color: #FADABF;
}
</style>
border-color css
<style>
span { border-color: #FADABF; }
span { border-color: rgb(250,218,191); }
td.TdClassName
{
border-color: #FADABF;
}
.TagClassName
{
border-color: #FADABF;
}
</style>