Shades of Lavender Pink #F6AECF
Tints of Lavender Pink #F6AECF
RGB
CMYK
RGB Variations
Color information
#F6AECF (or 0xF6AECF) is known color: Lavender Pink. HEX triplet: F6, AE and CF. RGB value is (246,174,207). Sum of RGB (Red+Green+Blue) = 246+174+207=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AECF is #095130. Grayscale: #C7C7C7. Windows color (decimal): -610609 or 13610742. OLE color: 13610742.
HSL color Cylindrical-coordinate representation of color #F6AECF: hue angle of 332.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AECF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 174 | 207 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 332.5º | 0.8% | 0.82% | - |
| HSV(B) | 332.5º | 0.29% | 0.96% | - |
| XYZ | 64.4 | 54.37 | 66.13 | - |
| YUV | 199.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 174 | 207 | 0 | 0.29 | 0.16 | 0.04 | 332.5 | 0.8 | 0.82 |
| Hex | F6 | AE | CF | 0 | 1D | 10 | 4 | 14C | 50 | 52 |
| Octal | 366 | 256 | 317 | 0 | 35 | 20 | 4 | 514 | 120 | 122 |
| Binary | 11110110 | 10101110 | 11001111 | 0 | 11101 | 10000 | 100 | 101001100 | 1010000 | 1010010 |
Color Harmonies of #F6AECF
Complementary color
Monochromatic Colors of #F6AECF
Black with #F6AECF
Text Example
Text Example
White with #F6AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AECF; }
p { color: rgb(246,174,207); }
H1.HeaderClassName
{
color: #F6AECF;
}
.AnyTagClassName
{
color: #F6AECF;
}
</style>
background-color css
<style>
a { background-color: #F6AECF; }
a { background-color: rgb(246,174,207); }
div.DivClassName
{
background-color: #F6AECF;
}
.BgClassName
{
background-color: #F6AECF;
}
</style>
border-color css
<style>
span { border-color: #F6AECF; }
span { border-color: rgb(246,174,207); }
td.TdClassName
{
border-color: #F6AECF;
}
.TagClassName
{
border-color: #F6AECF;
}
</style>