Shades of Karry #FADCC3
Tints of Karry #FADCC3
RGB
CMYK
RGB Variations
Color information
#FADCC3 (or 0xFADCC3) is known color: Karry. HEX triplet: FA, DC and C3. RGB value is (250,220,195). Sum of RGB (Red+Green+Blue) = 250+220+195=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 195 (76.56% from 255 or 29.32% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC3 is #05233C. Grayscale: #E2E2E2. Windows color (decimal): -336701 or 12836090. OLE color: 12836090.
HSL color Cylindrical-coordinate representation of color #FADCC3: hue angle of 27.27º 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 #FADCC3 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 195 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.02 |
| HSL | 27.27º | 0.85% | 0.87% | - |
| HSV(B) | 27.27º | 0.22% | 0.98% | - |
| XYZ | 74.87 | 75.45 | 62.25 | - |
| YUV | 226.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 195 | 0 | 0.12 | 0.22 | 0.02 | 27.27 | 0.85 | 0.87 |
| Hex | FA | DC | C3 | 0 | C | 16 | 2 | 1B | 55 | 57 |
| Octal | 372 | 334 | 303 | 0 | 14 | 26 | 2 | 33 | 125 | 127 |
| Binary | 11111010 | 11011100 | 11000011 | 0 | 1100 | 10110 | 10 | 11011 | 1010101 | 1010111 |
Color Harmonies of #FADCC3
Complementary color
Monochromatic Colors of #FADCC3
Black with #FADCC3
Text Example
Text Example
White with #FADCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC3; }
p { color: rgb(250,220,195); }
H1.HeaderClassName
{
color: #FADCC3;
}
.AnyTagClassName
{
color: #FADCC3;
}
</style>
background-color css
<style>
a { background-color: #FADCC3; }
a { background-color: rgb(250,220,195); }
div.DivClassName
{
background-color: #FADCC3;
}
.BgClassName
{
background-color: #FADCC3;
}
</style>
border-color css
<style>
span { border-color: #FADCC3; }
span { border-color: rgb(250,220,195); }
td.TdClassName
{
border-color: #FADCC3;
}
.TagClassName
{
border-color: #FADCC3;
}
</style>