Shades of Karry #FADFC8
Tints of Karry #FADFC8
RGB
CMYK
RGB Variations
Color information
#FADFC8 (or 0xFADFC8) is known color: Karry. HEX triplet: FA, DF and C8. RGB value is (250,223,200). Sum of RGB (Red+Green+Blue) = 250+223+200=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC8 is #052037. Grayscale: #E4E4E4. Windows color (decimal): -335928 or 13164538. OLE color: 13164538.
HSL color Cylindrical-coordinate representation of color #FADFC8: hue angle of 27.6º 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 #FADFC8 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 200 | - |
| CMYK | 0 | 0.11 | 0.2 | 0.02 |
| HSL | 27.6º | 0.83% | 0.88% | - |
| HSV(B) | 27.6º | 0.2% | 0.98% | - |
| XYZ | 76.24 | 77.27 | 65.54 | - |
| YUV | 228.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 200 | 0 | 0.11 | 0.2 | 0.02 | 27.6 | 0.83 | 0.88 |
| Hex | FA | DF | C8 | 0 | B | 14 | 2 | 1C | 53 | 58 |
| Octal | 372 | 337 | 310 | 0 | 13 | 24 | 2 | 34 | 123 | 130 |
| Binary | 11111010 | 11011111 | 11001000 | 0 | 1011 | 10100 | 10 | 11100 | 1010011 | 1011000 |
Color Harmonies of #FADFC8
Complementary color
Monochromatic Colors of #FADFC8
Black with #FADFC8
Text Example
Text Example
White with #FADFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFC8; }
p { color: rgb(250,223,200); }
H1.HeaderClassName
{
color: #FADFC8;
}
.AnyTagClassName
{
color: #FADFC8;
}
</style>
background-color css
<style>
a { background-color: #FADFC8; }
a { background-color: rgb(250,223,200); }
div.DivClassName
{
background-color: #FADFC8;
}
.BgClassName
{
background-color: #FADFC8;
}
</style>
border-color css
<style>
span { border-color: #FADFC8; }
span { border-color: rgb(250,223,200); }
td.TdClassName
{
border-color: #FADFC8;
}
.TagClassName
{
border-color: #FADFC8;
}
</style>