Shades of Karry #FEDFC0
Tints of Karry #FEDFC0
RGB
CMYK
RGB Variations
Color information
#FEDFC0 (or 0xFEDFC0) is known color: Karry. HEX triplet: FE, DF and C0. RGB value is (254,223,192). Sum of RGB (Red+Green+Blue) = 254+223+192=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC0 is #01203F. Grayscale: #E4E4E4. Windows color (decimal): -73792 or 12640254. OLE color: 12640254.
HSL color Cylindrical-coordinate representation of color #FEDFC0: hue angle of 30º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEDFC0 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 192 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.00 |
| HSL | 30º | 0.97% | 0.87% | - |
| HSV(B) | 30º | 0.24% | 1% | - |
| XYZ | 76.78 | 77.65 | 60.81 | - |
| YUV | 228.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 192 | 0 | 0.12 | 0.24 | 0.00 | 30 | 0.97 | 0.87 |
| Hex | FE | DF | C0 | 0 | C | 18 | 0 | 1E | 61 | 57 |
| Octal | 376 | 337 | 300 | 0 | 14 | 30 | 0 | 36 | 141 | 127 |
| Binary | 11111110 | 11011111 | 11000000 | 0 | 1100 | 11000 | 0 | 11110 | 1100001 | 1010111 |
Color Harmonies of #FEDFC0
Complementary color
Monochromatic Colors of #FEDFC0
Black with #FEDFC0
Text Example
Text Example
White with #FEDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC0; }
p { color: rgb(254,223,192); }
H1.HeaderClassName
{
color: #FEDFC0;
}
.AnyTagClassName
{
color: #FEDFC0;
}
</style>
background-color css
<style>
a { background-color: #FEDFC0; }
a { background-color: rgb(254,223,192); }
div.DivClassName
{
background-color: #FEDFC0;
}
.BgClassName
{
background-color: #FEDFC0;
}
</style>
border-color css
<style>
span { border-color: #FEDFC0; }
span { border-color: rgb(254,223,192); }
td.TdClassName
{
border-color: #FEDFC0;
}
.TagClassName
{
border-color: #FEDFC0;
}
</style>