Shades of Pale Rose #F6CED2
Tints of Pale Rose #F6CED2
RGB
CMYK
RGB Variations
Color information
#F6CED2 (or 0xF6CED2) is known color: Pale Rose. HEX triplet: F6, CE and D2. RGB value is (246,206,210). Sum of RGB (Red+Green+Blue) = 246+206+210=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CED2 is #09312D. Grayscale: #DADADA. Windows color (decimal): -602414 or 13815542. OLE color: 13815542.
HSL color Cylindrical-coordinate representation of color #F6CED2: hue angle of 354º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CED2 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 210 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.04 |
| HSL | 354º | 0.69% | 0.89% | - |
| HSV(B) | 354º | 0.16% | 0.96% | - |
| XYZ | 71.71 | 68.39 | 70.39 | - |
| YUV | 218.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 210 | 0 | 0.16 | 0.15 | 0.04 | 354 | 0.69 | 0.89 |
| Hex | F6 | CE | D2 | 0 | 10 | F | 4 | 162 | 45 | 59 |
| Octal | 366 | 316 | 322 | 0 | 20 | 17 | 4 | 542 | 105 | 131 |
| Binary | 11110110 | 11001110 | 11010010 | 0 | 10000 | 1111 | 100 | 101100010 | 1000101 | 1011001 |
Color Harmonies of #F6CED2
Complementary color
Monochromatic Colors of #F6CED2
Black with #F6CED2
Text Example
Text Example
White with #F6CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CED2; }
p { color: rgb(246,206,210); }
H1.HeaderClassName
{
color: #F6CED2;
}
.AnyTagClassName
{
color: #F6CED2;
}
</style>
background-color css
<style>
a { background-color: #F6CED2; }
a { background-color: rgb(246,206,210); }
div.DivClassName
{
background-color: #F6CED2;
}
.BgClassName
{
background-color: #F6CED2;
}
</style>
border-color css
<style>
span { border-color: #F6CED2; }
span { border-color: rgb(246,206,210); }
td.TdClassName
{
border-color: #F6CED2;
}
.TagClassName
{
border-color: #F6CED2;
}
</style>