Shades of Lavender Pink #F2A8CD
Tints of Lavender Pink #F2A8CD
RGB
CMYK
RGB Variations
Color information
#F2A8CD (or 0xF2A8CD) is known color: Lavender Pink. HEX triplet: F2, A8 and CD. RGB value is (242,168,205). Sum of RGB (Red+Green+Blue) = 242+168+205=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8CD is #0D5732. Grayscale: #C2C2C2. Windows color (decimal): -874291 or 13478130. OLE color: 13478130.
HSL color Cylindrical-coordinate representation of color #F2A8CD: hue angle of 330º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8CD is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 205 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.05 |
| HSL | 330º | 0.74% | 0.8% | - |
| HSV(B) | 330º | 0.31% | 0.95% | - |
| XYZ | 61.64 | 51.29 | 64.41 | - |
| YUV | 194.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 205 | 0 | 0.31 | 0.15 | 0.05 | 330 | 0.74 | 0.8 |
| Hex | F2 | A8 | CD | 0 | 1F | F | 5 | 14A | 4A | 50 |
| Octal | 362 | 250 | 315 | 0 | 37 | 17 | 5 | 512 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11001101 | 0 | 11111 | 1111 | 101 | 101001010 | 1001010 | 1010000 |
Color Harmonies of #F2A8CD
Complementary color
Monochromatic Colors of #F2A8CD
Black with #F2A8CD
Text Example
Text Example
White with #F2A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8CD; }
p { color: rgb(242,168,205); }
H1.HeaderClassName
{
color: #F2A8CD;
}
.AnyTagClassName
{
color: #F2A8CD;
}
</style>
background-color css
<style>
a { background-color: #F2A8CD; }
a { background-color: rgb(242,168,205); }
div.DivClassName
{
background-color: #F2A8CD;
}
.BgClassName
{
background-color: #F2A8CD;
}
</style>
border-color css
<style>
span { border-color: #F2A8CD; }
span { border-color: rgb(242,168,205); }
td.TdClassName
{
border-color: #F2A8CD;
}
.TagClassName
{
border-color: #F2A8CD;
}
</style>