Shades of Karry #FADCBE
Tints of Karry #FADCBE
RGB
CMYK
RGB Variations
Color information
#FADCBE (or 0xFADCBE) is known color: Karry. HEX triplet: FA, DC and BE. RGB value is (250,220,190). Sum of RGB (Red+Green+Blue) = 250+220+190=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCBE is #052341. Grayscale: #E1E1E1. Windows color (decimal): -336706 or 12508410. OLE color: 12508410.
HSL color Cylindrical-coordinate representation of color #FADCBE: hue angle of 30º 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 #FADCBE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 190 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 30º | 0.86% | 0.86% | - |
| HSV(B) | 30º | 0.24% | 0.98% | - |
| XYZ | 74.31 | 75.23 | 59.32 | - |
| YUV | 225.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 190 | 0 | 0.12 | 0.24 | 0.02 | 30 | 0.86 | 0.86 |
| Hex | FA | DC | BE | 0 | C | 18 | 2 | 1E | 56 | 56 |
| Octal | 372 | 334 | 276 | 0 | 14 | 30 | 2 | 36 | 126 | 126 |
| Binary | 11111010 | 11011100 | 10111110 | 0 | 1100 | 11000 | 10 | 11110 | 1010110 | 1010110 |
Color Harmonies of #FADCBE
Complementary color
Monochromatic Colors of #FADCBE
Black with #FADCBE
Text Example
Text Example
White with #FADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCBE; }
p { color: rgb(250,220,190); }
H1.HeaderClassName
{
color: #FADCBE;
}
.AnyTagClassName
{
color: #FADCBE;
}
</style>
background-color css
<style>
a { background-color: #FADCBE; }
a { background-color: rgb(250,220,190); }
div.DivClassName
{
background-color: #FADCBE;
}
.BgClassName
{
background-color: #FADCBE;
}
</style>
border-color css
<style>
span { border-color: #FADCBE; }
span { border-color: rgb(250,220,190); }
td.TdClassName
{
border-color: #FADCBE;
}
.TagClassName
{
border-color: #FADCBE;
}
</style>