Shades of Karry #FADDC3
Tints of Karry #FADDC3
RGB
CMYK
RGB Variations
Color information
#FADDC3 (or 0xFADDC3) is known color: Karry. HEX triplet: FA, DD and C3. RGB value is (250,221,195). Sum of RGB (Red+Green+Blue) = 250+221+195=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC3 is #05223C. Grayscale: #E2E2E2. Windows color (decimal): -336445 or 12836346. OLE color: 12836346.
HSL color Cylindrical-coordinate representation of color #FADDC3: hue angle of 28.36º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FADDC3 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 195 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.02 |
| HSL | 28.36º | 0.85% | 0.87% | - |
| HSV(B) | 28.36º | 0.22% | 0.98% | - |
| XYZ | 75.13 | 75.98 | 62.33 | - |
| YUV | 226.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 195 | 0 | 0.12 | 0.22 | 0.02 | 28.36 | 0.85 | 0.87 |
| Hex | FA | DD | C3 | 0 | C | 16 | 2 | 1C | 55 | 57 |
| Octal | 372 | 335 | 303 | 0 | 14 | 26 | 2 | 34 | 125 | 127 |
| Binary | 11111010 | 11011101 | 11000011 | 0 | 1100 | 10110 | 10 | 11100 | 1010101 | 1010111 |
Color Harmonies of #FADDC3
Complementary color
Monochromatic Colors of #FADDC3
Black with #FADDC3
Text Example
Text Example
White with #FADDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDC3; }
p { color: rgb(250,221,195); }
H1.HeaderClassName
{
color: #FADDC3;
}
.AnyTagClassName
{
color: #FADDC3;
}
</style>
background-color css
<style>
a { background-color: #FADDC3; }
a { background-color: rgb(250,221,195); }
div.DivClassName
{
background-color: #FADDC3;
}
.BgClassName
{
background-color: #FADDC3;
}
</style>
border-color css
<style>
span { border-color: #FADDC3; }
span { border-color: rgb(250,221,195); }
td.TdClassName
{
border-color: #FADDC3;
}
.TagClassName
{
border-color: #FADDC3;
}
</style>