Shades of Karry #FADFCA
Tints of Karry #FADFCA
RGB
CMYK
RGB Variations
Color information
#FADFCA (or 0xFADFCA) is known color: Karry. HEX triplet: FA, DF and CA. RGB value is (250,223,202). Sum of RGB (Red+Green+Blue) = 250+223+202=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFCA is #052035. Grayscale: #E4E4E4. Windows color (decimal): -335926 or 13295610. OLE color: 13295610.
HSL color Cylindrical-coordinate representation of color #FADFCA: hue angle of 26.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 #FADFCA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 202 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.02 |
| HSL | 26.25º | 0.83% | 0.89% | - |
| HSV(B) | 26.25º | 0.19% | 0.98% | - |
| XYZ | 76.47 | 77.36 | 66.78 | - |
| YUV | 228.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 202 | 0 | 0.11 | 0.19 | 0.02 | 26.25 | 0.83 | 0.89 |
| Hex | FA | DF | CA | 0 | B | 13 | 2 | 1A | 53 | 59 |
| Octal | 372 | 337 | 312 | 0 | 13 | 23 | 2 | 32 | 123 | 131 |
| Binary | 11111010 | 11011111 | 11001010 | 0 | 1011 | 10011 | 10 | 11010 | 1010011 | 1011001 |
Color Harmonies of #FADFCA
Complementary color
Monochromatic Colors of #FADFCA
Black with #FADFCA
Text Example
Text Example
White with #FADFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFCA; }
p { color: rgb(250,223,202); }
H1.HeaderClassName
{
color: #FADFCA;
}
.AnyTagClassName
{
color: #FADFCA;
}
</style>
background-color css
<style>
a { background-color: #FADFCA; }
a { background-color: rgb(250,223,202); }
div.DivClassName
{
background-color: #FADFCA;
}
.BgClassName
{
background-color: #FADFCA;
}
</style>
border-color css
<style>
span { border-color: #FADFCA; }
span { border-color: rgb(250,223,202); }
td.TdClassName
{
border-color: #FADFCA;
}
.TagClassName
{
border-color: #FADFCA;
}
</style>