Shades of Karry #FEDFC9
Tints of Karry #FEDFC9
RGB
CMYK
RGB Variations
Color information
#FEDFC9 (or 0xFEDFC9) is known color: Karry. HEX triplet: FE, DF and C9. RGB value is (254,223,201). Sum of RGB (Red+Green+Blue) = 254+223+201=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 201 (78.91% from 255 or 29.65% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC9 is #012036. Grayscale: #E5E5E5. Windows color (decimal): -73783 or 13230078. OLE color: 13230078.
HSL color Cylindrical-coordinate representation of color #FEDFC9: hue angle of 24.91º 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 #FEDFC9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 201 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.00 |
| HSL | 24.91º | 0.96% | 0.89% | - |
| HSV(B) | 24.91º | 0.21% | 1% | - |
| XYZ | 77.8 | 78.06 | 66.23 | - |
| YUV | 229.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 201 | 0 | 0.12 | 0.21 | 0.00 | 24.91 | 0.96 | 0.89 |
| Hex | FE | DF | C9 | 0 | C | 15 | 0 | 19 | 60 | 59 |
| Octal | 376 | 337 | 311 | 0 | 14 | 25 | 0 | 31 | 140 | 131 |
| Binary | 11111110 | 11011111 | 11001001 | 0 | 1100 | 10101 | 0 | 11001 | 1100000 | 1011001 |
Color Harmonies of #FEDFC9
Complementary color
Monochromatic Colors of #FEDFC9
Black with #FEDFC9
Text Example
Text Example
White with #FEDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC9; }
p { color: rgb(254,223,201); }
H1.HeaderClassName
{
color: #FEDFC9;
}
.AnyTagClassName
{
color: #FEDFC9;
}
</style>
background-color css
<style>
a { background-color: #FEDFC9; }
a { background-color: rgb(254,223,201); }
div.DivClassName
{
background-color: #FEDFC9;
}
.BgClassName
{
background-color: #FEDFC9;
}
</style>
border-color css
<style>
span { border-color: #FEDFC9; }
span { border-color: rgb(254,223,201); }
td.TdClassName
{
border-color: #FEDFC9;
}
.TagClassName
{
border-color: #FEDFC9;
}
</style>