Shades of Karry #FAE0CC
Tints of Karry #FAE0CC
RGB
CMYK
RGB Variations
Color information
#FAE0CC (or 0xFAE0CC) is known color: Karry. HEX triplet: FA, E0 and CC. RGB value is (250,224,204). Sum of RGB (Red+Green+Blue) = 250+224+204=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0CC is #051F33. Grayscale: #E5E5E5. Windows color (decimal): -335668 or 13426938. OLE color: 13426938.
HSL color Cylindrical-coordinate representation of color #FAE0CC: hue angle of 26.09º 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 #FAE0CC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 204 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 26.09º | 0.82% | 0.89% | - |
| HSV(B) | 26.09º | 0.18% | 0.98% | - |
| XYZ | 76.98 | 77.99 | 68.12 | - |
| YUV | 229.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 204 | 0 | 0.10 | 0.18 | 0.02 | 26.09 | 0.82 | 0.89 |
| Hex | FA | E0 | CC | 0 | A | 12 | 2 | 1A | 52 | 59 |
| Octal | 372 | 340 | 314 | 0 | 12 | 22 | 2 | 32 | 122 | 131 |
| Binary | 11111010 | 11100000 | 11001100 | 0 | 1010 | 10010 | 10 | 11010 | 1010010 | 1011001 |
Color Harmonies of #FAE0CC
Complementary color
Monochromatic Colors of #FAE0CC
Black with #FAE0CC
Text Example
Text Example
White with #FAE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0CC; }
p { color: rgb(250,224,204); }
H1.HeaderClassName
{
color: #FAE0CC;
}
.AnyTagClassName
{
color: #FAE0CC;
}
</style>
background-color css
<style>
a { background-color: #FAE0CC; }
a { background-color: rgb(250,224,204); }
div.DivClassName
{
background-color: #FAE0CC;
}
.BgClassName
{
background-color: #FAE0CC;
}
</style>
border-color css
<style>
span { border-color: #FAE0CC; }
span { border-color: rgb(250,224,204); }
td.TdClassName
{
border-color: #FAE0CC;
}
.TagClassName
{
border-color: #FAE0CC;
}
</style>