Shades of Karry #FADFC9
Tints of Karry #FADFC9
RGB
CMYK
RGB Variations
Color information
#FADFC9 (or 0xFADFC9) is known color: Karry. HEX triplet: FA, DF and C9. RGB value is (250,223,201). Sum of RGB (Red+Green+Blue) = 250+223+201=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC9 is #052036. Grayscale: #E4E4E4. Windows color (decimal): -335927 or 13230074. OLE color: 13230074.
HSL color Cylindrical-coordinate representation of color #FADFC9: hue angle of 26.94º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADFC9 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 201 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.02 |
| HSL | 26.94º | 0.83% | 0.88% | - |
| HSV(B) | 26.94º | 0.2% | 0.98% | - |
| XYZ | 76.35 | 77.32 | 66.16 | - |
| YUV | 228.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 201 | 0 | 0.11 | 0.20 | 0.02 | 26.94 | 0.83 | 0.88 |
| Hex | FA | DF | C9 | 0 | B | 14 | 2 | 1B | 53 | 58 |
| Octal | 372 | 337 | 311 | 0 | 13 | 24 | 2 | 33 | 123 | 130 |
| Binary | 11111010 | 11011111 | 11001001 | 0 | 1011 | 10100 | 10 | 11011 | 1010011 | 1011000 |
Color Harmonies of #FADFC9
Complementary color
Monochromatic Colors of #FADFC9
Black with #FADFC9
Text Example
Text Example
White with #FADFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC9; }
p { color: rgb(250,223,201); }
H1.HeaderClassName
{
color: #FADFC9;
}
.AnyTagClassName
{
color: #FADFC9;
}
</style>
background-color css
<style>
a { background-color: #FADFC9; }
a { background-color: rgb(250,223,201); }
div.DivClassName
{
background-color: #FADFC9;
}
.BgClassName
{
background-color: #FADFC9;
}
</style>
border-color css
<style>
span { border-color: #FADFC9; }
span { border-color: rgb(250,223,201); }
td.TdClassName
{
border-color: #FADFC9;
}
.TagClassName
{
border-color: #FADFC9;
}
</style>