Shades of Karry #FEDFC3
Tints of Karry #FEDFC3
RGB
CMYK
RGB Variations
Color information
#FEDFC3 (or 0xFEDFC3) is known color: Karry. HEX triplet: FE, DF and C3. RGB value is (254,223,195). Sum of RGB (Red+Green+Blue) = 254+223+195=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 195 (76.56% from 255 or 29.02% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC3 is #01203C. Grayscale: #E5E5E5. Windows color (decimal): -73789 or 12836862. OLE color: 12836862.
HSL color Cylindrical-coordinate representation of color #FEDFC3: hue angle of 28.47º 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 #FEDFC3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 195 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.00 |
| HSL | 28.47º | 0.97% | 0.88% | - |
| HSV(B) | 28.47º | 0.23% | 1% | - |
| XYZ | 77.11 | 77.79 | 62.58 | - |
| YUV | 229.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 195 | 0 | 0.12 | 0.23 | 0.00 | 28.47 | 0.97 | 0.88 |
| Hex | FE | DF | C3 | 0 | C | 17 | 0 | 1C | 61 | 58 |
| Octal | 376 | 337 | 303 | 0 | 14 | 27 | 0 | 34 | 141 | 130 |
| Binary | 11111110 | 11011111 | 11000011 | 0 | 1100 | 10111 | 0 | 11100 | 1100001 | 1011000 |
Color Harmonies of #FEDFC3
Complementary color
Monochromatic Colors of #FEDFC3
Black with #FEDFC3
Text Example
Text Example
White with #FEDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFC3; }
p { color: rgb(254,223,195); }
H1.HeaderClassName
{
color: #FEDFC3;
}
.AnyTagClassName
{
color: #FEDFC3;
}
</style>
background-color css
<style>
a { background-color: #FEDFC3; }
a { background-color: rgb(254,223,195); }
div.DivClassName
{
background-color: #FEDFC3;
}
.BgClassName
{
background-color: #FEDFC3;
}
</style>
border-color css
<style>
span { border-color: #FEDFC3; }
span { border-color: rgb(254,223,195); }
td.TdClassName
{
border-color: #FEDFC3;
}
.TagClassName
{
border-color: #FEDFC3;
}
</style>