Shades of Lavender Pink #F5ADCA
Tints of Lavender Pink #F5ADCA
RGB
CMYK
RGB Variations
Color information
#F5ADCA (or 0xF5ADCA) is known color: Lavender Pink. HEX triplet: F5, AD and CA. RGB value is (245,173,202). Sum of RGB (Red+Green+Blue) = 245+173+202=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADCA is #0A5235. Grayscale: #C5C5C5. Windows color (decimal): -676406 or 13282805. OLE color: 13282805.
HSL color Cylindrical-coordinate representation of color #F5ADCA: hue angle of 335.83º degrees, saturation: 0.78, 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 #F5ADCA is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 202 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.04 |
| HSL | 335.83º | 0.78% | 0.82% | - |
| HSV(B) | 335.83º | 0.29% | 0.96% | - |
| XYZ | 63.26 | 53.56 | 62.88 | - |
| YUV | 197.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 202 | 0 | 0.29 | 0.18 | 0.04 | 335.83 | 0.78 | 0.82 |
| Hex | F5 | AD | CA | 0 | 1D | 12 | 4 | 150 | 4E | 52 |
| Octal | 365 | 255 | 312 | 0 | 35 | 22 | 4 | 520 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11001010 | 0 | 11101 | 10010 | 100 | 101010000 | 1001110 | 1010010 |
Color Harmonies of #F5ADCA
Complementary color
Monochromatic Colors of #F5ADCA
Black with #F5ADCA
Text Example
Text Example
White with #F5ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADCA; }
p { color: rgb(245,173,202); }
H1.HeaderClassName
{
color: #F5ADCA;
}
.AnyTagClassName
{
color: #F5ADCA;
}
</style>
background-color css
<style>
a { background-color: #F5ADCA; }
a { background-color: rgb(245,173,202); }
div.DivClassName
{
background-color: #F5ADCA;
}
.BgClassName
{
background-color: #F5ADCA;
}
</style>
border-color css
<style>
span { border-color: #F5ADCA; }
span { border-color: rgb(245,173,202); }
td.TdClassName
{
border-color: #F5ADCA;
}
.TagClassName
{
border-color: #F5ADCA;
}
</style>