Shades of Lavender Pink #FFADCF
Tints of Lavender Pink #FFADCF
RGB
CMYK
RGB Variations
Color information
#FFADCF (or 0xFFADCF) is known color: Lavender Pink. HEX triplet: FF, AD and CF. RGB value is (255,173,207). Sum of RGB (Red+Green+Blue) = 255+173+207=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCF is #005230. Grayscale: #C9C9C9. Windows color (decimal): -21041 or 13610495. OLE color: 13610495.
HSL color Cylindrical-coordinate representation of color #FFADCF: hue angle of 335.12º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADCF is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 207 | - |
| CMYK | 0 | 0.32 | 0.19 | 0 |
| HSL | 335.12º | 1% | 0.84% | - |
| HSV(B) | 335.12º | 0.32% | 1% | - |
| XYZ | 67.45 | 55.65 | 66.22 | - |
| YUV | 201.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 207 | 0 | 0.32 | 0.19 | 0 | 335.12 | 1 | 0.84 |
| Hex | FF | AD | CF | 0 | 20 | 13 | 0 | 14F | 64 | 54 |
| Octal | 377 | 255 | 317 | 0 | 40 | 23 | 0 | 517 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11001111 | 0 | 100000 | 10011 | 0 | 101001111 | 1100100 | 1010100 |
Color Harmonies of #FFADCF
Complementary color
Monochromatic Colors of #FFADCF
Black with #FFADCF
Text Example
Text Example
White with #FFADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADCF; }
p { color: rgb(255,173,207); }
H1.HeaderClassName
{
color: #FFADCF;
}
.AnyTagClassName
{
color: #FFADCF;
}
</style>
background-color css
<style>
a { background-color: #FFADCF; }
a { background-color: rgb(255,173,207); }
div.DivClassName
{
background-color: #FFADCF;
}
.BgClassName
{
background-color: #FFADCF;
}
</style>
border-color css
<style>
span { border-color: #FFADCF; }
span { border-color: rgb(255,173,207); }
td.TdClassName
{
border-color: #FFADCF;
}
.TagClassName
{
border-color: #FFADCF;
}
</style>