Shades of Karry #FEDBBE
Tints of Karry #FEDBBE
RGB
CMYK
RGB Variations
Color information
#FEDBBE (or 0xFEDBBE) is known color: Karry. HEX triplet: FE, DB and BE. RGB value is (254,219,190). Sum of RGB (Red+Green+Blue) = 254+219+190=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBBE is #012441. Grayscale: #E2E2E2. Windows color (decimal): -74818 or 12508158. OLE color: 12508158.
HSL color Cylindrical-coordinate representation of color #FEDBBE: hue angle of 27.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEDBBE is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 190 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.00 |
| HSL | 27.19º | 0.97% | 0.87% | - |
| HSV(B) | 27.19º | 0.25% | 1% | - |
| XYZ | 75.5 | 75.45 | 59.3 | - |
| YUV | 226.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 190 | 0 | 0.14 | 0.25 | 0.00 | 27.19 | 0.97 | 0.87 |
| Hex | FE | DB | BE | 0 | E | 19 | 0 | 1B | 61 | 57 |
| Octal | 376 | 333 | 276 | 0 | 16 | 31 | 0 | 33 | 141 | 127 |
| Binary | 11111110 | 11011011 | 10111110 | 0 | 1110 | 11001 | 0 | 11011 | 1100001 | 1010111 |
Color Harmonies of #FEDBBE
Complementary color
Monochromatic Colors of #FEDBBE
Black with #FEDBBE
Text Example
Text Example
White with #FEDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBBE; }
p { color: rgb(254,219,190); }
H1.HeaderClassName
{
color: #FEDBBE;
}
.AnyTagClassName
{
color: #FEDBBE;
}
</style>
background-color css
<style>
a { background-color: #FEDBBE; }
a { background-color: rgb(254,219,190); }
div.DivClassName
{
background-color: #FEDBBE;
}
.BgClassName
{
background-color: #FEDBBE;
}
</style>
border-color css
<style>
span { border-color: #FEDBBE; }
span { border-color: rgb(254,219,190); }
td.TdClassName
{
border-color: #FEDBBE;
}
.TagClassName
{
border-color: #FEDBBE;
}
</style>