Shades of Light Pink #FDACB3
Tints of Light Pink #FDACB3
RGB
CMYK
RGB Variations
Color information
#FDACB3 (or 0xFDACB3) is known color: Light Pink. HEX triplet: FD, AC and B3. RGB value is (253,172,179). Sum of RGB (Red+Green+Blue) = 253+172+179=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB3 is #02534C. Grayscale: #C5C5C5. Windows color (decimal): -152397 or 11775229. OLE color: 11775229.
HSL color Cylindrical-coordinate representation of color #FDACB3: hue angle of 354.81º 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 #FDACB3 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 179 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 354.81º | 0.95% | 0.83% | - |
| HSV(B) | 354.81º | 0.32% | 0.99% | - |
| XYZ | 63.4 | 53.64 | 49.66 | - |
| YUV | 197.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 179 | 0 | 0.32 | 0.29 | 0.01 | 354.81 | 0.95 | 0.83 |
| Hex | FD | AC | B3 | 0 | 20 | 1D | 1 | 163 | 5F | 53 |
| Octal | 375 | 254 | 263 | 0 | 40 | 35 | 1 | 543 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10110011 | 0 | 100000 | 11101 | 1 | 101100011 | 1011111 | 1010011 |
Color Harmonies of #FDACB3
Complementary color
Monochromatic Colors of #FDACB3
Black with #FDACB3
Text Example
Text Example
White with #FDACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACB3; }
p { color: rgb(253,172,179); }
H1.HeaderClassName
{
color: #FDACB3;
}
.AnyTagClassName
{
color: #FDACB3;
}
</style>
background-color css
<style>
a { background-color: #FDACB3; }
a { background-color: rgb(253,172,179); }
div.DivClassName
{
background-color: #FDACB3;
}
.BgClassName
{
background-color: #FDACB3;
}
</style>
border-color css
<style>
span { border-color: #FDACB3; }
span { border-color: rgb(253,172,179); }
td.TdClassName
{
border-color: #FDACB3;
}
.TagClassName
{
border-color: #FDACB3;
}
</style>