Shades of Rose White #FFEFE6
Tints of Rose White #FFEFE6
RGB
CMYK
RGB Variations
Color information
#FFEFE6 (or 0xFFEFE6) is known color: Rose White. HEX triplet: FF, EF and E6. RGB value is (255,239,230). Sum of RGB (Red+Green+Blue) = 255+239+230=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFE6 is #001019. Grayscale: #F2F2F2. Windows color (decimal): -4122 or 15134719. OLE color: 15134719.
HSL color Cylindrical-coordinate representation of color #FFEFE6: hue angle of 21.6º 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 #FFEFE6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 230 | - |
| CMYK | 0 | 0.06 | 0.10 | 0 |
| HSL | 21.6º | 1% | 0.95% | - |
| HSV(B) | 21.6º | 0.1% | 1% | - |
| XYZ | 86.39 | 88.71 | 87.43 | - |
| YUV | 242.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 230 | 0 | 0.06 | 0.10 | 0 | 21.6 | 1 | 0.95 |
| Hex | FF | EF | E6 | 0 | 6 | A | 0 | 16 | 64 | 5F |
| Octal | 377 | 357 | 346 | 0 | 6 | 12 | 0 | 26 | 144 | 137 |
| Binary | 11111111 | 11101111 | 11100110 | 0 | 110 | 1010 | 0 | 10110 | 1100100 | 1011111 |
Color Harmonies of #FFEFE6
Complementary color
Monochromatic Colors of #FFEFE6
Black with #FFEFE6
Text Example
Text Example
White with #FFEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFE6; }
p { color: rgb(255,239,230); }
H1.HeaderClassName
{
color: #FFEFE6;
}
.AnyTagClassName
{
color: #FFEFE6;
}
</style>
background-color css
<style>
a { background-color: #FFEFE6; }
a { background-color: rgb(255,239,230); }
div.DivClassName
{
background-color: #FFEFE6;
}
.BgClassName
{
background-color: #FFEFE6;
}
</style>
border-color css
<style>
span { border-color: #FFEFE6; }
span { border-color: rgb(255,239,230); }
td.TdClassName
{
border-color: #FFEFE6;
}
.TagClassName
{
border-color: #FFEFE6;
}
</style>