Shades of Karry #FADECA
Tints of Karry #FADECA
RGB
CMYK
RGB Variations
Color information
#FADECA (or 0xFADECA) is known color: Karry. HEX triplet: FA, DE and CA. RGB value is (250,222,202). Sum of RGB (Red+Green+Blue) = 250+222+202=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADECA is #052135. Grayscale: #E4E4E4. Windows color (decimal): -336182 or 13295354. OLE color: 13295354.
HSL color Cylindrical-coordinate representation of color #FADECA: hue angle of 25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FADECA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 202 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.02 |
| HSL | 25º | 0.83% | 0.89% | - |
| HSV(B) | 25º | 0.19% | 0.98% | - |
| XYZ | 76.21 | 76.83 | 66.69 | - |
| YUV | 228.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 202 | 0 | 0.11 | 0.19 | 0.02 | 25 | 0.83 | 0.89 |
| Hex | FA | DE | CA | 0 | B | 13 | 2 | 19 | 53 | 59 |
| Octal | 372 | 336 | 312 | 0 | 13 | 23 | 2 | 31 | 123 | 131 |
| Binary | 11111010 | 11011110 | 11001010 | 0 | 1011 | 10011 | 10 | 11001 | 1010011 | 1011001 |
Color Harmonies of #FADECA
Complementary color
Monochromatic Colors of #FADECA
Black with #FADECA
Text Example
Text Example
White with #FADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADECA; }
p { color: rgb(250,222,202); }
H1.HeaderClassName
{
color: #FADECA;
}
.AnyTagClassName
{
color: #FADECA;
}
</style>
background-color css
<style>
a { background-color: #FADECA; }
a { background-color: rgb(250,222,202); }
div.DivClassName
{
background-color: #FADECA;
}
.BgClassName
{
background-color: #FADECA;
}
</style>
border-color css
<style>
span { border-color: #FADECA; }
span { border-color: rgb(250,222,202); }
td.TdClassName
{
border-color: #FADECA;
}
.TagClassName
{
border-color: #FADECA;
}
</style>