Shades of Rose White #FFEFE5
Tints of Rose White #FFEFE5
RGB
CMYK
RGB Variations
Color information
#FFEFE5 (or 0xFFEFE5) is known color: Rose White. HEX triplet: FF, EF and E5. RGB value is (255,239,229). Sum of RGB (Red+Green+Blue) = 255+239+229=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 229 (89.84% from 255 or 31.67% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFE5 is #00101A. Grayscale: #F2F2F2. Windows color (decimal): -4123 or 15069183. OLE color: 15069183.
HSL color Cylindrical-coordinate representation of color #FFEFE5: hue angle of 23.08º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFEFE5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 229 | - |
| CMYK | 0 | 0.06 | 0.10 | 0 |
| HSL | 23.08º | 1% | 0.95% | - |
| HSV(B) | 23.08º | 0.1% | 1% | - |
| XYZ | 86.25 | 88.65 | 86.69 | - |
| YUV | 242.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 229 | 0 | 0.06 | 0.10 | 0 | 23.08 | 1 | 0.95 |
| Hex | FF | EF | E5 | 0 | 6 | A | 0 | 17 | 64 | 5F |
| Octal | 377 | 357 | 345 | 0 | 6 | 12 | 0 | 27 | 144 | 137 |
| Binary | 11111111 | 11101111 | 11100101 | 0 | 110 | 1010 | 0 | 10111 | 1100100 | 1011111 |
Color Harmonies of #FFEFE5
Complementary color
Monochromatic Colors of #FFEFE5
Black with #FFEFE5
Text Example
Text Example
White with #FFEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFE5; }
p { color: rgb(255,239,229); }
H1.HeaderClassName
{
color: #FFEFE5;
}
.AnyTagClassName
{
color: #FFEFE5;
}
</style>
background-color css
<style>
a { background-color: #FFEFE5; }
a { background-color: rgb(255,239,229); }
div.DivClassName
{
background-color: #FFEFE5;
}
.BgClassName
{
background-color: #FFEFE5;
}
</style>
border-color css
<style>
span { border-color: #FFEFE5; }
span { border-color: rgb(255,239,229); }
td.TdClassName
{
border-color: #FFEFE5;
}
.TagClassName
{
border-color: #FFEFE5;
}
</style>