Shades of Lavender Pink #FDA8CF
Tints of Lavender Pink #FDA8CF
RGB
CMYK
RGB Variations
Color information
#FDA8CF (or 0xFDA8CF) is known color: Lavender Pink. HEX triplet: FD, A8 and CF. RGB value is (253,168,207). Sum of RGB (Red+Green+Blue) = 253+168+207=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CF is #025730. Grayscale: #C5C5C5. Windows color (decimal): -153393 or 13609213. OLE color: 13609213.
HSL color Cylindrical-coordinate representation of color #FDA8CF: hue angle of 332.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8CF is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 207 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.01 |
| HSL | 332.47º | 0.96% | 0.83% | - |
| HSV(B) | 332.47º | 0.34% | 0.99% | - |
| XYZ | 65.77 | 53.39 | 65.87 | - |
| YUV | 197.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 207 | 0 | 0.34 | 0.18 | 0.01 | 332.47 | 0.96 | 0.83 |
| Hex | FD | A8 | CF | 0 | 22 | 12 | 1 | 14C | 60 | 53 |
| Octal | 375 | 250 | 317 | 0 | 42 | 22 | 1 | 514 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11001111 | 0 | 100010 | 10010 | 1 | 101001100 | 1100000 | 1010011 |
Color Harmonies of #FDA8CF
Complementary color
Monochromatic Colors of #FDA8CF
Black with #FDA8CF
Text Example
Text Example
White with #FDA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8CF; }
p { color: rgb(253,168,207); }
H1.HeaderClassName
{
color: #FDA8CF;
}
.AnyTagClassName
{
color: #FDA8CF;
}
</style>
background-color css
<style>
a { background-color: #FDA8CF; }
a { background-color: rgb(253,168,207); }
div.DivClassName
{
background-color: #FDA8CF;
}
.BgClassName
{
background-color: #FDA8CF;
}
</style>
border-color css
<style>
span { border-color: #FDA8CF; }
span { border-color: rgb(253,168,207); }
td.TdClassName
{
border-color: #FDA8CF;
}
.TagClassName
{
border-color: #FDA8CF;
}
</style>