Shades of Papaya Whip #FEECD2
Tints of Papaya Whip #FEECD2
RGB
CMYK
RGB Variations
Color information
#FEECD2 (or 0xFEECD2) is known color: Papaya Whip. HEX triplet: FE, EC and D2. RGB value is (254,236,210). Sum of RGB (Red+Green+Blue) = 254+236+210=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECD2 is #01132D. Grayscale: #EEEEEE. Windows color (decimal): -70446 or 13823230. OLE color: 13823230.
HSL color Cylindrical-coordinate representation of color #FEECD2: hue angle of 35.45º 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 #FEECD2 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 210 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.00 |
| HSL | 35.45º | 0.96% | 0.91% | - |
| HSV(B) | 35.45º | 0.17% | 1% | - |
| XYZ | 82.5 | 85.71 | 73.17 | - |
| YUV | 238.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 210 | 0 | 0.07 | 0.17 | 0.00 | 35.45 | 0.96 | 0.91 |
| Hex | FE | EC | D2 | 0 | 7 | 11 | 0 | 23 | 60 | 5B |
| Octal | 376 | 354 | 322 | 0 | 7 | 21 | 0 | 43 | 140 | 133 |
| Binary | 11111110 | 11101100 | 11010010 | 0 | 111 | 10001 | 0 | 100011 | 1100000 | 1011011 |
Color Harmonies of #FEECD2
Complementary color
Monochromatic Colors of #FEECD2
Black with #FEECD2
Text Example
Text Example
White with #FEECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECD2; }
p { color: rgb(254,236,210); }
H1.HeaderClassName
{
color: #FEECD2;
}
.AnyTagClassName
{
color: #FEECD2;
}
</style>
background-color css
<style>
a { background-color: #FEECD2; }
a { background-color: rgb(254,236,210); }
div.DivClassName
{
background-color: #FEECD2;
}
.BgClassName
{
background-color: #FEECD2;
}
</style>
border-color css
<style>
span { border-color: #FEECD2; }
span { border-color: rgb(254,236,210); }
td.TdClassName
{
border-color: #FEECD2;
}
.TagClassName
{
border-color: #FEECD2;
}
</style>