Shades of Rose White #FFEFEA
Tints of Rose White #FFEFEA
RGB
CMYK
RGB Variations
Color information
#FFEFEA (or 0xFFEFEA) is known color: Rose White. HEX triplet: FF, EF and EA. RGB value is (255,239,234). Sum of RGB (Red+Green+Blue) = 255+239+234=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFEA is #001015. Grayscale: #F3F3F3. Windows color (decimal): -4118 or 15396863. OLE color: 15396863.
HSL color Cylindrical-coordinate representation of color #FFEFEA: hue angle of 14.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEFEA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 234 | - |
| CMYK | 0 | 0.06 | 0.08 | 0 |
| HSL | 14.29º | 1% | 0.96% | - |
| HSV(B) | 14.29º | 0.08% | 1% | - |
| XYZ | 86.96 | 88.93 | 90.42 | - |
| YUV | 243.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 234 | 0 | 0.06 | 0.08 | 0 | 14.29 | 1 | 0.96 |
| Hex | FF | EF | EA | 0 | 6 | 8 | 0 | E | 64 | 60 |
| Octal | 377 | 357 | 352 | 0 | 6 | 10 | 0 | 16 | 144 | 140 |
| Binary | 11111111 | 11101111 | 11101010 | 0 | 110 | 1000 | 0 | 1110 | 1100100 | 1100000 |
Color Harmonies of #FFEFEA
Complementary color
Monochromatic Colors of #FFEFEA
Black with #FFEFEA
Text Example
Text Example
White with #FFEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFEA; }
p { color: rgb(255,239,234); }
H1.HeaderClassName
{
color: #FFEFEA;
}
.AnyTagClassName
{
color: #FFEFEA;
}
</style>
background-color css
<style>
a { background-color: #FFEFEA; }
a { background-color: rgb(255,239,234); }
div.DivClassName
{
background-color: #FFEFEA;
}
.BgClassName
{
background-color: #FFEFEA;
}
</style>
border-color css
<style>
span { border-color: #FFEFEA; }
span { border-color: rgb(255,239,234); }
td.TdClassName
{
border-color: #FFEFEA;
}
.TagClassName
{
border-color: #FFEFEA;
}
</style>