Shades of Karry #FAE0CD
Tints of Karry #FAE0CD
RGB
CMYK
RGB Variations
Color information
#FAE0CD (or 0xFAE0CD) is known color: Karry. HEX triplet: FA, E0 and CD. RGB value is (250,224,205). Sum of RGB (Red+Green+Blue) = 250+224+205=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0CD is #051F32. Grayscale: #E5E5E5. Windows color (decimal): -335667 or 13492474. OLE color: 13492474.
HSL color Cylindrical-coordinate representation of color #FAE0CD: hue angle of 25.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE0CD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 205 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 25.33º | 0.82% | 0.89% | - |
| HSV(B) | 25.33º | 0.18% | 0.98% | - |
| XYZ | 77.1 | 78.04 | 68.76 | - |
| YUV | 229.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 205 | 0 | 0.10 | 0.18 | 0.02 | 25.33 | 0.82 | 0.89 |
| Hex | FA | E0 | CD | 0 | A | 12 | 2 | 19 | 52 | 59 |
| Octal | 372 | 340 | 315 | 0 | 12 | 22 | 2 | 31 | 122 | 131 |
| Binary | 11111010 | 11100000 | 11001101 | 0 | 1010 | 10010 | 10 | 11001 | 1010010 | 1011001 |
Color Harmonies of #FAE0CD
Complementary color
Monochromatic Colors of #FAE0CD
Black with #FAE0CD
Text Example
Text Example
White with #FAE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0CD; }
p { color: rgb(250,224,205); }
H1.HeaderClassName
{
color: #FAE0CD;
}
.AnyTagClassName
{
color: #FAE0CD;
}
</style>
background-color css
<style>
a { background-color: #FAE0CD; }
a { background-color: rgb(250,224,205); }
div.DivClassName
{
background-color: #FAE0CD;
}
.BgClassName
{
background-color: #FAE0CD;
}
</style>
border-color css
<style>
span { border-color: #FAE0CD; }
span { border-color: rgb(250,224,205); }
td.TdClassName
{
border-color: #FAE0CD;
}
.TagClassName
{
border-color: #FAE0CD;
}
</style>