Shades of Pale Rose #E6CACF
Tints of Pale Rose #E6CACF
RGB
CMYK
RGB Variations
Color information
#E6CACF (or 0xE6CACF) is known color: Pale Rose. HEX triplet: E6, CA and CF. RGB value is (230,202,207). Sum of RGB (Red+Green+Blue) = 230+202+207=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACF is #193530. Grayscale: #D2D2D2. Windows color (decimal): -1652017 or 13617894. OLE color: 13617894.
HSL color Cylindrical-coordinate representation of color #E6CACF: hue angle of 349.29º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CACF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 207 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.10 |
| HSL | 349.29º | 0.36% | 0.85% | - |
| HSV(B) | 349.29º | 0.12% | 0.9% | - |
| XYZ | 65.02 | 63.57 | 67.87 | - |
| YUV | 210.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 207 | 0 | 0.12 | 0.10 | 0.10 | 349.29 | 0.36 | 0.85 |
| Hex | E6 | CA | CF | 0 | C | A | A | 15D | 24 | 55 |
| Octal | 346 | 312 | 317 | 0 | 14 | 12 | 12 | 535 | 44 | 125 |
| Binary | 11100110 | 11001010 | 11001111 | 0 | 1100 | 1010 | 1010 | 101011101 | 100100 | 1010101 |
Color Harmonies of #E6CACF
Complementary color
Monochromatic Colors of #E6CACF
Black with #E6CACF
Text Example
Text Example
White with #E6CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CACF; }
p { color: rgb(230,202,207); }
H1.HeaderClassName
{
color: #E6CACF;
}
.AnyTagClassName
{
color: #E6CACF;
}
</style>
background-color css
<style>
a { background-color: #E6CACF; }
a { background-color: rgb(230,202,207); }
div.DivClassName
{
background-color: #E6CACF;
}
.BgClassName
{
background-color: #E6CACF;
}
</style>
border-color css
<style>
span { border-color: #E6CACF; }
span { border-color: rgb(230,202,207); }
td.TdClassName
{
border-color: #E6CACF;
}
.TagClassName
{
border-color: #E6CACF;
}
</style>