Shades of Karry #FEDFC4
Tints of Karry #FEDFC4
RGB
CMYK
RGB Variations
Color information
#FEDFC4 (or 0xFEDFC4) is known color: Karry. HEX triplet: FE, DF and C4. RGB value is (254,223,196). Sum of RGB (Red+Green+Blue) = 254+223+196=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 196 (76.95% from 255 or 29.12% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC4 is #01203B. Grayscale: #E5E5E5. Windows color (decimal): -73788 or 12902398. OLE color: 12902398.
HSL color Cylindrical-coordinate representation of color #FEDFC4: hue angle of 27.93º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEDFC4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 196 | - |
CMYK | 0 | 0.12 | 0.23 | 0.00 |
HSL | 27.93º | 0.97% | 0.88% | - |
HSV(B) | 27.93º | 0.23% | 1% | - |
XYZ | 77.22 | 77.83 | 63.18 | - |
YUV | 229.19 | 109.27 | 145.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 196 | 0 | 0.12 | 0.23 | 0.00 | 27.93 | 0.97 | 0.88 |
Hex | FE | DF | C4 | 0 | C | 17 | 0 | 1C | 61 | 58 |
Octal | 376 | 337 | 304 | 0 | 14 | 27 | 0 | 34 | 141 | 130 |
Binary | 11111110 | 11011111 | 11000100 | 0 | 1100 | 10111 | 0 | 11100 | 1100001 | 1011000 |
Color Harmonies of #FEDFC4
Complementary color
Monochromatic Colors of #FEDFC4
Black with #FEDFC4
Text Example
Text Example
White with #FEDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC4; }
p { color: rgb(254,223,196); }
H1.HeaderClassName
{
color: #FEDFC4;
}
.AnyTagClassName
{
color: #FEDFC4;
}
</style>
background-color css
<style>
a { background-color: #FEDFC4; }
a { background-color: rgb(254,223,196); }
div.DivClassName
{
background-color: #FEDFC4;
}
.BgClassName
{
background-color: #FEDFC4;
}
</style>
border-color css
<style>
span { border-color: #FEDFC4; }
span { border-color: rgb(254,223,196); }
td.TdClassName
{
border-color: #FEDFC4;
}
.TagClassName
{
border-color: #FEDFC4;
}
</style>