Shades of Karry #FEDDC8
Tints of Karry #FEDDC8
RGB
CMYK
RGB Variations
Color information
#FEDDC8 (or 0xFEDDC8) is known color: Karry. HEX triplet: FE, DD and C8. RGB value is (254,221,200). Sum of RGB (Red+Green+Blue) = 254+221+200=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 200 (78.52% from 255 or 29.63% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC8 is #012237. Grayscale: #E4E4E4. Windows color (decimal): -74296 or 13164030. OLE color: 13164030.
HSL color Cylindrical-coordinate representation of color #FEDDC8: hue angle of 23.33º 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 #FEDDC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.00 |
| HSL | 23.33º | 0.96% | 0.89% | - |
| HSV(B) | 23.33º | 0.21% | 1% | - |
| XYZ | 77.15 | 76.95 | 65.43 | - |
| YUV | 228.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 200 | 0 | 0.13 | 0.21 | 0.00 | 23.33 | 0.96 | 0.89 |
| Hex | FE | DD | C8 | 0 | D | 15 | 0 | 17 | 60 | 59 |
| Octal | 376 | 335 | 310 | 0 | 15 | 25 | 0 | 27 | 140 | 131 |
| Binary | 11111110 | 11011101 | 11001000 | 0 | 1101 | 10101 | 0 | 10111 | 1100000 | 1011001 |
Color Harmonies of #FEDDC8
Complementary color
Monochromatic Colors of #FEDDC8
Black with #FEDDC8
Text Example
Text Example
White with #FEDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC8; }
p { color: rgb(254,221,200); }
H1.HeaderClassName
{
color: #FEDDC8;
}
.AnyTagClassName
{
color: #FEDDC8;
}
</style>
background-color css
<style>
a { background-color: #FEDDC8; }
a { background-color: rgb(254,221,200); }
div.DivClassName
{
background-color: #FEDDC8;
}
.BgClassName
{
background-color: #FEDDC8;
}
</style>
border-color css
<style>
span { border-color: #FEDDC8; }
span { border-color: rgb(254,221,200); }
td.TdClassName
{
border-color: #FEDDC8;
}
.TagClassName
{
border-color: #FEDDC8;
}
</style>