Shades of Classic Rose #EFBFD4
Tints of Classic Rose #EFBFD4
RGB
CMYK
RGB Variations
Color information
#EFBFD4 (or 0xEFBFD4) is known color: Classic Rose. HEX triplet: EF, BF and D4. RGB value is (239,191,212). Sum of RGB (Red+Green+Blue) = 239+191+212=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD4 is #10402B. Grayscale: #CFCFCF. Windows color (decimal): -1065004 or 13942767. OLE color: 13942767.
HSL color Cylindrical-coordinate representation of color #EFBFD4: hue angle of 333.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFD4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 212 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.06 |
| HSL | 333.75º | 0.6% | 0.84% | - |
| HSV(B) | 333.75º | 0.2% | 0.94% | - |
| XYZ | 66.11 | 60.37 | 70.45 | - |
| YUV | 207.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 212 | 0 | 0.20 | 0.11 | 0.06 | 333.75 | 0.6 | 0.84 |
| Hex | EF | BF | D4 | 0 | 14 | B | 6 | 14E | 3C | 54 |
| Octal | 357 | 277 | 324 | 0 | 24 | 13 | 6 | 516 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11010100 | 0 | 10100 | 1011 | 110 | 101001110 | 111100 | 1010100 |
Color Harmonies of #EFBFD4
Complementary color
Monochromatic Colors of #EFBFD4
Black with #EFBFD4
Text Example
Text Example
White with #EFBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFD4; }
p { color: rgb(239,191,212); }
H1.HeaderClassName
{
color: #EFBFD4;
}
.AnyTagClassName
{
color: #EFBFD4;
}
</style>
background-color css
<style>
a { background-color: #EFBFD4; }
a { background-color: rgb(239,191,212); }
div.DivClassName
{
background-color: #EFBFD4;
}
.BgClassName
{
background-color: #EFBFD4;
}
</style>
border-color css
<style>
span { border-color: #EFBFD4; }
span { border-color: rgb(239,191,212); }
td.TdClassName
{
border-color: #EFBFD4;
}
.TagClassName
{
border-color: #EFBFD4;
}
</style>