Shades of Pale Rose #EFCBCE
Tints of Pale Rose #EFCBCE
RGB
CMYK
RGB Variations
Color information
#EFCBCE (or 0xEFCBCE) is known color: Pale Rose. HEX triplet: EF, CB and CE. RGB value is (239,203,206). Sum of RGB (Red+Green+Blue) = 239+203+206=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBCE is #103431. Grayscale: #D6D6D6. Windows color (decimal): -1061938 or 13552623. OLE color: 13552623.
HSL color Cylindrical-coordinate representation of color #EFCBCE: hue angle of 355º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBCE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 206 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 355º | 0.53% | 0.87% | - |
| HSV(B) | 355º | 0.15% | 0.94% | - |
| XYZ | 68.09 | 65.52 | 67.45 | - |
| YUV | 214.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 206 | 0 | 0.15 | 0.14 | 0.06 | 355 | 0.53 | 0.87 |
| Hex | EF | CB | CE | 0 | F | E | 6 | 163 | 35 | 57 |
| Octal | 357 | 313 | 316 | 0 | 17 | 16 | 6 | 543 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11001110 | 0 | 1111 | 1110 | 110 | 101100011 | 110101 | 1010111 |
Color Harmonies of #EFCBCE
Complementary color
Monochromatic Colors of #EFCBCE
Black with #EFCBCE
Text Example
Text Example
White with #EFCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBCE; }
p { color: rgb(239,203,206); }
H1.HeaderClassName
{
color: #EFCBCE;
}
.AnyTagClassName
{
color: #EFCBCE;
}
</style>
background-color css
<style>
a { background-color: #EFCBCE; }
a { background-color: rgb(239,203,206); }
div.DivClassName
{
background-color: #EFCBCE;
}
.BgClassName
{
background-color: #EFCBCE;
}
</style>
border-color css
<style>
span { border-color: #EFCBCE; }
span { border-color: rgb(239,203,206); }
td.TdClassName
{
border-color: #EFCBCE;
}
.TagClassName
{
border-color: #EFCBCE;
}
</style>