Shades of Papaya Whip #FEEED3
Tints of Papaya Whip #FEEED3
RGB
CMYK
RGB Variations
Color information
#FEEED3 (or 0xFEEED3) is known color: Papaya Whip. HEX triplet: FE, EE and D3. RGB value is (254,238,211). Sum of RGB (Red+Green+Blue) = 254+238+211=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEED3 is #01112C. Grayscale: #EFEFEF. Windows color (decimal): -69933 or 13889278. OLE color: 13889278.
HSL color Cylindrical-coordinate representation of color #FEEED3: hue angle of 37.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEED3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 211 | - |
CMYK | 0 | 0.06 | 0.17 | 0.00 |
HSL | 37.67º | 0.96% | 0.91% | - |
HSV(B) | 37.67º | 0.17% | 1% | - |
XYZ | 83.21 | 86.92 | 74.02 | - |
YUV | 239.71 | 111.8 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 211 | 0 | 0.06 | 0.17 | 0.00 | 37.67 | 0.96 | 0.91 |
Hex | FE | EE | D3 | 0 | 6 | 11 | 0 | 26 | 60 | 5B |
Octal | 376 | 356 | 323 | 0 | 6 | 21 | 0 | 46 | 140 | 133 |
Binary | 11111110 | 11101110 | 11010011 | 0 | 110 | 10001 | 0 | 100110 | 1100000 | 1011011 |
Color Harmonies of #FEEED3
Complementary color
Monochromatic Colors of #FEEED3
Black with #FEEED3
Text Example
Text Example
White with #FEEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEED3; }
p { color: rgb(254,238,211); }
H1.HeaderClassName
{
color: #FEEED3;
}
.AnyTagClassName
{
color: #FEEED3;
}
</style>
background-color css
<style>
a { background-color: #FEEED3; }
a { background-color: rgb(254,238,211); }
div.DivClassName
{
background-color: #FEEED3;
}
.BgClassName
{
background-color: #FEEED3;
}
</style>
border-color css
<style>
span { border-color: #FEEED3; }
span { border-color: rgb(254,238,211); }
td.TdClassName
{
border-color: #FEEED3;
}
.TagClassName
{
border-color: #FEEED3;
}
</style>