Shades of Rose White #FFEFE9
Tints of Rose White #FFEFE9
RGB
CMYK
RGB Variations
Color information
#FFEFE9 (or 0xFFEFE9) is known color: Rose White. HEX triplet: FF, EF and E9. RGB value is (255,239,233). Sum of RGB (Red+Green+Blue) = 255+239+233=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFE9 is #001016. Grayscale: #F3F3F3. Windows color (decimal): -4119 or 15331327. OLE color: 15331327.
HSL color Cylindrical-coordinate representation of color #FFEFE9: hue angle of 16.36º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEFE9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 233 | - |
| CMYK | 0 | 0.06 | 0.09 | 0 |
| HSL | 16.36º | 1% | 0.96% | - |
| HSV(B) | 16.36º | 0.09% | 1% | - |
| XYZ | 86.81 | 88.88 | 89.67 | - |
| YUV | 243.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 233 | 0 | 0.06 | 0.09 | 0 | 16.36 | 1 | 0.96 |
| Hex | FF | EF | E9 | 0 | 6 | 9 | 0 | 10 | 64 | 60 |
| Octal | 377 | 357 | 351 | 0 | 6 | 11 | 0 | 20 | 144 | 140 |
| Binary | 11111111 | 11101111 | 11101001 | 0 | 110 | 1001 | 0 | 10000 | 1100100 | 1100000 |
Color Harmonies of #FFEFE9
Complementary color
Monochromatic Colors of #FFEFE9
Black with #FFEFE9
Text Example
Text Example
White with #FFEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFE9; }
p { color: rgb(255,239,233); }
H1.HeaderClassName
{
color: #FFEFE9;
}
.AnyTagClassName
{
color: #FFEFE9;
}
</style>
background-color css
<style>
a { background-color: #FFEFE9; }
a { background-color: rgb(255,239,233); }
div.DivClassName
{
background-color: #FFEFE9;
}
.BgClassName
{
background-color: #FFEFE9;
}
</style>
border-color css
<style>
span { border-color: #FFEFE9; }
span { border-color: rgb(255,239,233); }
td.TdClassName
{
border-color: #FFEFE9;
}
.TagClassName
{
border-color: #FFEFE9;
}
</style>