Shades of Pale Pink #F6DEE0
Tints of Pale Pink #F6DEE0
RGB
CMYK
RGB Variations
Color information
#F6DEE0 (or 0xF6DEE0) is known color: Pale Pink. HEX triplet: F6, DE and E0. RGB value is (246,222,224). Sum of RGB (Red+Green+Blue) = 246+222+224=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEE0 is #09211F. Grayscale: #E5E5E5. Windows color (decimal): -598304 or 14737142. OLE color: 14737142.
HSL color Cylindrical-coordinate representation of color #F6DEE0: hue angle of 355º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEE0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 224 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.04 |
| HSL | 355º | 0.57% | 0.92% | - |
| HSV(B) | 355º | 0.1% | 0.96% | - |
| XYZ | 77.58 | 77.22 | 81.34 | - |
| YUV | 229.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 224 | 0 | 0.10 | 0.09 | 0.04 | 355 | 0.57 | 0.92 |
| Hex | F6 | DE | E0 | 0 | A | 9 | 4 | 163 | 39 | 5C |
| Octal | 366 | 336 | 340 | 0 | 12 | 11 | 4 | 543 | 71 | 134 |
| Binary | 11110110 | 11011110 | 11100000 | 0 | 1010 | 1001 | 100 | 101100011 | 111001 | 1011100 |
Color Harmonies of #F6DEE0
Complementary color
Monochromatic Colors of #F6DEE0
Black with #F6DEE0
Text Example
Text Example
White with #F6DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEE0; }
p { color: rgb(246,222,224); }
H1.HeaderClassName
{
color: #F6DEE0;
}
.AnyTagClassName
{
color: #F6DEE0;
}
</style>
background-color css
<style>
a { background-color: #F6DEE0; }
a { background-color: rgb(246,222,224); }
div.DivClassName
{
background-color: #F6DEE0;
}
.BgClassName
{
background-color: #F6DEE0;
}
</style>
border-color css
<style>
span { border-color: #F6DEE0; }
span { border-color: rgb(246,222,224); }
td.TdClassName
{
border-color: #F6DEE0;
}
.TagClassName
{
border-color: #F6DEE0;
}
</style>