Shades of Lavender Pink #FDACDA
Tints of Lavender Pink #FDACDA
RGB
CMYK
RGB Variations
Color information
#FDACDA (or 0xFDACDA) is known color: Lavender Pink. HEX triplet: FD, AC and DA. RGB value is (253,172,218). Sum of RGB (Red+Green+Blue) = 253+172+218=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACDA is #025325. Grayscale: #C9C9C9. Windows color (decimal): -152358 or 14331133. OLE color: 14331133.
HSL color Cylindrical-coordinate representation of color #FDACDA: hue angle of 325.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACDA is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 172 | 218 | - |
CMYK | 0 | 0.32 | 0.14 | 0.01 |
HSL | 325.93º | 0.95% | 0.83% | - |
HSV(B) | 325.93º | 0.32% | 0.99% | - |
XYZ | 67.92 | 55.45 | 73.45 | - |
YUV | 201.46 | 137.34 | 164.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 172 | 218 | 0 | 0.32 | 0.14 | 0.01 | 325.93 | 0.95 | 0.83 |
Hex | FD | AC | DA | 0 | 20 | E | 1 | 146 | 5F | 53 |
Octal | 375 | 254 | 332 | 0 | 40 | 16 | 1 | 506 | 137 | 123 |
Binary | 11111101 | 10101100 | 11011010 | 0 | 100000 | 1110 | 1 | 101000110 | 1011111 | 1010011 |
Color Harmonies of #FDACDA
Complementary color
Monochromatic Colors of #FDACDA
Black with #FDACDA
Text Example
Text Example
White with #FDACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACDA; }
p { color: rgb(253,172,218); }
H1.HeaderClassName
{
color: #FDACDA;
}
.AnyTagClassName
{
color: #FDACDA;
}
</style>
background-color css
<style>
a { background-color: #FDACDA; }
a { background-color: rgb(253,172,218); }
div.DivClassName
{
background-color: #FDACDA;
}
.BgClassName
{
background-color: #FDACDA;
}
</style>
border-color css
<style>
span { border-color: #FDACDA; }
span { border-color: rgb(253,172,218); }
td.TdClassName
{
border-color: #FDACDA;
}
.TagClassName
{
border-color: #FDACDA;
}
</style>