Shades of Light Pink #FDACAD
Tints of Light Pink #FDACAD
RGB
CMYK
RGB Variations
Color information
#FDACAD (or 0xFDACAD) is known color: Light Pink. HEX triplet: FD, AC and AD. RGB value is (253,172,173). Sum of RGB (Red+Green+Blue) = 253+172+173=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACAD is #025352. Grayscale: #C4C4C4. Windows color (decimal): -152403 or 11382013. OLE color: 11382013.
HSL color Cylindrical-coordinate representation of color #FDACAD: hue angle of 359.26º 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 #FDACAD is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 173 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.01 |
| HSL | 359.26º | 0.95% | 0.83% | - |
| HSV(B) | 359.26º | 0.32% | 0.99% | - |
| XYZ | 62.8 | 53.4 | 46.53 | - |
| YUV | 196.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 173 | 0 | 0.32 | 0.32 | 0.01 | 359.26 | 0.95 | 0.83 |
| Hex | FD | AC | AD | 0 | 20 | 20 | 1 | 167 | 5F | 53 |
| Octal | 375 | 254 | 255 | 0 | 40 | 40 | 1 | 547 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10101101 | 0 | 100000 | 100000 | 1 | 101100111 | 1011111 | 1010011 |
Color Harmonies of #FDACAD
Complementary color
Monochromatic Colors of #FDACAD
Black with #FDACAD
Text Example
Text Example
White with #FDACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACAD; }
p { color: rgb(253,172,173); }
H1.HeaderClassName
{
color: #FDACAD;
}
.AnyTagClassName
{
color: #FDACAD;
}
</style>
background-color css
<style>
a { background-color: #FDACAD; }
a { background-color: rgb(253,172,173); }
div.DivClassName
{
background-color: #FDACAD;
}
.BgClassName
{
background-color: #FDACAD;
}
</style>
border-color css
<style>
span { border-color: #FDACAD; }
span { border-color: rgb(253,172,173); }
td.TdClassName
{
border-color: #FDACAD;
}
.TagClassName
{
border-color: #FDACAD;
}
</style>