Shades of Karry #FEDFC8
Tints of Karry #FEDFC8
RGB
CMYK
RGB Variations
Color information
#FEDFC8 (or 0xFEDFC8) is known color: Karry. HEX triplet: FE, DF and C8. RGB value is (254,223,200). Sum of RGB (Red+Green+Blue) = 254+223+200=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC8 is #012037. Grayscale: #E5E5E5. Windows color (decimal): -73784 or 13164542. OLE color: 13164542.
HSL color Cylindrical-coordinate representation of color #FEDFC8: hue angle of 25.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEDFC8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 200 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.00 |
| HSL | 25.56º | 0.96% | 0.89% | - |
| HSV(B) | 25.56º | 0.21% | 1% | - |
| XYZ | 77.69 | 78.02 | 65.61 | - |
| YUV | 229.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 200 | 0 | 0.12 | 0.21 | 0.00 | 25.56 | 0.96 | 0.89 |
| Hex | FE | DF | C8 | 0 | C | 15 | 0 | 1A | 60 | 59 |
| Octal | 376 | 337 | 310 | 0 | 14 | 25 | 0 | 32 | 140 | 131 |
| Binary | 11111110 | 11011111 | 11001000 | 0 | 1100 | 10101 | 0 | 11010 | 1100000 | 1011001 |
Color Harmonies of #FEDFC8
Complementary color
Monochromatic Colors of #FEDFC8
Black with #FEDFC8
Text Example
Text Example
White with #FEDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC8; }
p { color: rgb(254,223,200); }
H1.HeaderClassName
{
color: #FEDFC8;
}
.AnyTagClassName
{
color: #FEDFC8;
}
</style>
background-color css
<style>
a { background-color: #FEDFC8; }
a { background-color: rgb(254,223,200); }
div.DivClassName
{
background-color: #FEDFC8;
}
.BgClassName
{
background-color: #FEDFC8;
}
</style>
border-color css
<style>
span { border-color: #FEDFC8; }
span { border-color: rgb(254,223,200); }
td.TdClassName
{
border-color: #FEDFC8;
}
.TagClassName
{
border-color: #FEDFC8;
}
</style>