Shades of Karry #FADCCA
Tints of Karry #FADCCA
RGB
CMYK
RGB Variations
Color information
#FADCCA (or 0xFADCCA) is known color: Karry. HEX triplet: FA, DC and CA. RGB value is (250,220,202). Sum of RGB (Red+Green+Blue) = 250+220+202=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCA is #052335. Grayscale: #E3E3E3. Windows color (decimal): -336694 or 13294842. OLE color: 13294842.
HSL color Cylindrical-coordinate representation of color #FADCCA: hue angle of 22.5º 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 #FADCCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 202 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 22.5º | 0.83% | 0.89% | - |
| HSV(B) | 22.5º | 0.19% | 0.98% | - |
| XYZ | 75.68 | 75.77 | 66.51 | - |
| YUV | 226.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 202 | 0 | 0.12 | 0.19 | 0.02 | 22.5 | 0.83 | 0.89 |
| Hex | FA | DC | CA | 0 | C | 13 | 2 | 16 | 53 | 59 |
| Octal | 372 | 334 | 312 | 0 | 14 | 23 | 2 | 26 | 123 | 131 |
| Binary | 11111010 | 11011100 | 11001010 | 0 | 1100 | 10011 | 10 | 10110 | 1010011 | 1011001 |
Color Harmonies of #FADCCA
Complementary color
Monochromatic Colors of #FADCCA
Black with #FADCCA
Text Example
Text Example
White with #FADCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCCA; }
p { color: rgb(250,220,202); }
H1.HeaderClassName
{
color: #FADCCA;
}
.AnyTagClassName
{
color: #FADCCA;
}
</style>
background-color css
<style>
a { background-color: #FADCCA; }
a { background-color: rgb(250,220,202); }
div.DivClassName
{
background-color: #FADCCA;
}
.BgClassName
{
background-color: #FADCCA;
}
</style>
border-color css
<style>
span { border-color: #FADCCA; }
span { border-color: rgb(250,220,202); }
td.TdClassName
{
border-color: #FADCCA;
}
.TagClassName
{
border-color: #FADCCA;
}
</style>