Shades of Papaya Whip #FFEED2
Tints of Papaya Whip #FFEED2
RGB
CMYK
RGB Variations
Color information
#FFEED2 (or 0xFFEED2) is known color: Papaya Whip. HEX triplet: FF, EE and D2. RGB value is (255,238,210). Sum of RGB (Red+Green+Blue) = 255+238+210=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED2 is #00112D. Grayscale: #F0F0F0. Windows color (decimal): -4398 or 13823743. OLE color: 13823743.
HSL color Cylindrical-coordinate representation of color #FFEED2: hue angle of 37.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEED2 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 210 | - |
| CMYK | 0 | 0.07 | 0.18 | 0 |
| HSL | 37.33º | 1% | 0.91% | - |
| HSV(B) | 37.33º | 0.18% | 1% | - |
| XYZ | 83.45 | 87.06 | 73.38 | - |
| YUV | 239.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 210 | 0 | 0.07 | 0.18 | 0 | 37.33 | 1 | 0.91 |
| Hex | FF | EE | D2 | 0 | 7 | 12 | 0 | 25 | 64 | 5B |
| Octal | 377 | 356 | 322 | 0 | 7 | 22 | 0 | 45 | 144 | 133 |
| Binary | 11111111 | 11101110 | 11010010 | 0 | 111 | 10010 | 0 | 100101 | 1100100 | 1011011 |
Color Harmonies of #FFEED2
Complementary color
Monochromatic Colors of #FFEED2
Black with #FFEED2
Text Example
Text Example
White with #FFEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEED2; }
p { color: rgb(255,238,210); }
H1.HeaderClassName
{
color: #FFEED2;
}
.AnyTagClassName
{
color: #FFEED2;
}
</style>
background-color css
<style>
a { background-color: #FFEED2; }
a { background-color: rgb(255,238,210); }
div.DivClassName
{
background-color: #FFEED2;
}
.BgClassName
{
background-color: #FFEED2;
}
</style>
border-color css
<style>
span { border-color: #FFEED2; }
span { border-color: rgb(255,238,210); }
td.TdClassName
{
border-color: #FFEED2;
}
.TagClassName
{
border-color: #FFEED2;
}
</style>