Shades of Karry #FADDC6
Tints of Karry #FADDC6
RGB
CMYK
RGB Variations
Color information
#FADDC6 (or 0xFADDC6) is known color: Karry. HEX triplet: FA, DD and C6. RGB value is (250,221,198). Sum of RGB (Red+Green+Blue) = 250+221+198=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC6 is #052239. Grayscale: #E3E3E3. Windows color (decimal): -336442 or 13032954. OLE color: 13032954.
HSL color Cylindrical-coordinate representation of color #FADDC6: hue angle of 26.54º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FADDC6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 198 | - |
CMYK | 0 | 0.12 | 0.21 | 0.02 |
HSL | 26.54º | 0.84% | 0.88% | - |
HSV(B) | 26.54º | 0.21% | 0.98% | - |
XYZ | 75.47 | 76.11 | 64.14 | - |
YUV | 227.05 | 111.61 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 198 | 0 | 0.12 | 0.21 | 0.02 | 26.54 | 0.84 | 0.88 |
Hex | FA | DD | C6 | 0 | C | 15 | 2 | 1B | 54 | 58 |
Octal | 372 | 335 | 306 | 0 | 14 | 25 | 2 | 33 | 124 | 130 |
Binary | 11111010 | 11011101 | 11000110 | 0 | 1100 | 10101 | 10 | 11011 | 1010100 | 1011000 |
Color Harmonies of #FADDC6
Complementary color
Monochromatic Colors of #FADDC6
Black with #FADDC6
Text Example
Text Example
White with #FADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDC6; }
p { color: rgb(250,221,198); }
H1.HeaderClassName
{
color: #FADDC6;
}
.AnyTagClassName
{
color: #FADDC6;
}
</style>
background-color css
<style>
a { background-color: #FADDC6; }
a { background-color: rgb(250,221,198); }
div.DivClassName
{
background-color: #FADDC6;
}
.BgClassName
{
background-color: #FADDC6;
}
</style>
border-color css
<style>
span { border-color: #FADDC6; }
span { border-color: rgb(250,221,198); }
td.TdClassName
{
border-color: #FADDC6;
}
.TagClassName
{
border-color: #FADDC6;
}
</style>