Shades of Karry #FADCC2
Tints of Karry #FADCC2
RGB
CMYK
RGB Variations
Color information
#FADCC2 (or 0xFADCC2) is known color: Karry. HEX triplet: FA, DC and C2. RGB value is (250,220,194). Sum of RGB (Red+Green+Blue) = 250+220+194=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC2 is #05233D. Grayscale: #E2E2E2. Windows color (decimal): -336702 or 12770554. OLE color: 12770554.
HSL color Cylindrical-coordinate representation of color #FADCC2: hue angle of 27.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FADCC2 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 194 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.02 |
| HSL | 27.86º | 0.85% | 0.87% | - |
| HSV(B) | 27.86º | 0.22% | 0.98% | - |
| XYZ | 74.76 | 75.41 | 61.65 | - |
| YUV | 226.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 194 | 0 | 0.12 | 0.22 | 0.02 | 27.86 | 0.85 | 0.87 |
| Hex | FA | DC | C2 | 0 | C | 16 | 2 | 1C | 55 | 57 |
| Octal | 372 | 334 | 302 | 0 | 14 | 26 | 2 | 34 | 125 | 127 |
| Binary | 11111010 | 11011100 | 11000010 | 0 | 1100 | 10110 | 10 | 11100 | 1010101 | 1010111 |
Color Harmonies of #FADCC2
Complementary color
Monochromatic Colors of #FADCC2
Black with #FADCC2
Text Example
Text Example
White with #FADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC2; }
p { color: rgb(250,220,194); }
H1.HeaderClassName
{
color: #FADCC2;
}
.AnyTagClassName
{
color: #FADCC2;
}
</style>
background-color css
<style>
a { background-color: #FADCC2; }
a { background-color: rgb(250,220,194); }
div.DivClassName
{
background-color: #FADCC2;
}
.BgClassName
{
background-color: #FADCC2;
}
</style>
border-color css
<style>
span { border-color: #FADCC2; }
span { border-color: rgb(250,220,194); }
td.TdClassName
{
border-color: #FADCC2;
}
.TagClassName
{
border-color: #FADCC2;
}
</style>