Shades of Light Pink #FDACB2
Tints of Light Pink #FDACB2
RGB
CMYK
RGB Variations
Color information
#FDACB2 (or 0xFDACB2) is known color: Light Pink. HEX triplet: FD, AC and B2. RGB value is (253,172,178). Sum of RGB (Red+Green+Blue) = 253+172+178=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACB2 is #02534D. Grayscale: #C4C4C4. Windows color (decimal): -152398 or 11709693. OLE color: 11709693.
HSL color Cylindrical-coordinate representation of color #FDACB2: hue angle of 355.56º 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 #FDACB2 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 178 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.01 |
| HSL | 355.56º | 0.95% | 0.83% | - |
| HSV(B) | 355.56º | 0.32% | 0.99% | - |
| XYZ | 63.3 | 53.6 | 49.13 | - |
| YUV | 196.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 178 | 0 | 0.32 | 0.30 | 0.01 | 355.56 | 0.95 | 0.83 |
| Hex | FD | AC | B2 | 0 | 20 | 1E | 1 | 164 | 5F | 53 |
| Octal | 375 | 254 | 262 | 0 | 40 | 36 | 1 | 544 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10110010 | 0 | 100000 | 11110 | 1 | 101100100 | 1011111 | 1010011 |
Color Harmonies of #FDACB2
Complementary color
Monochromatic Colors of #FDACB2
Black with #FDACB2
Text Example
Text Example
White with #FDACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACB2; }
p { color: rgb(253,172,178); }
H1.HeaderClassName
{
color: #FDACB2;
}
.AnyTagClassName
{
color: #FDACB2;
}
</style>
background-color css
<style>
a { background-color: #FDACB2; }
a { background-color: rgb(253,172,178); }
div.DivClassName
{
background-color: #FDACB2;
}
.BgClassName
{
background-color: #FDACB2;
}
</style>
border-color css
<style>
span { border-color: #FDACB2; }
span { border-color: rgb(253,172,178); }
td.TdClassName
{
border-color: #FDACB2;
}
.TagClassName
{
border-color: #FDACB2;
}
</style>