Shades of Pale Rose #F6CFD3
Tints of Pale Rose #F6CFD3
RGB
CMYK
RGB Variations
Color information
#F6CFD3 (or 0xF6CFD3) is known color: Pale Rose. HEX triplet: F6, CF and D3. RGB value is (246,207,211). Sum of RGB (Red+Green+Blue) = 246+207+211=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFD3 is #09302C. Grayscale: #DBDBDB. Windows color (decimal): -602157 or 13881334. OLE color: 13881334.
HSL color Cylindrical-coordinate representation of color #F6CFD3: hue angle of 353.85º degrees, saturation: 0.68, 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 #F6CFD3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 211 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.04 |
| HSL | 353.85º | 0.68% | 0.89% | - |
| HSV(B) | 353.85º | 0.16% | 0.96% | - |
| XYZ | 72.08 | 68.92 | 71.13 | - |
| YUV | 219.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 211 | 0 | 0.16 | 0.14 | 0.04 | 353.85 | 0.68 | 0.89 |
| Hex | F6 | CF | D3 | 0 | 10 | E | 4 | 162 | 44 | 59 |
| Octal | 366 | 317 | 323 | 0 | 20 | 16 | 4 | 542 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11010011 | 0 | 10000 | 1110 | 100 | 101100010 | 1000100 | 1011001 |
Color Harmonies of #F6CFD3
Complementary color
Monochromatic Colors of #F6CFD3
Black with #F6CFD3
Text Example
Text Example
White with #F6CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFD3; }
p { color: rgb(246,207,211); }
H1.HeaderClassName
{
color: #F6CFD3;
}
.AnyTagClassName
{
color: #F6CFD3;
}
</style>
background-color css
<style>
a { background-color: #F6CFD3; }
a { background-color: rgb(246,207,211); }
div.DivClassName
{
background-color: #F6CFD3;
}
.BgClassName
{
background-color: #F6CFD3;
}
</style>
border-color css
<style>
span { border-color: #F6CFD3; }
span { border-color: rgb(246,207,211); }
td.TdClassName
{
border-color: #F6CFD3;
}
.TagClassName
{
border-color: #F6CFD3;
}
</style>