Shades of Light Pink #FDABB4
Tints of Light Pink #FDABB4
RGB
CMYK
RGB Variations
Color information
#FDABB4 (or 0xFDABB4) is known color: Light Pink. HEX triplet: FD, AB and B4. RGB value is (253,171,180). Sum of RGB (Red+Green+Blue) = 253+171+180=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB4 is #02544B. Grayscale: #C4C4C4. Windows color (decimal): -152652 or 11840509. OLE color: 11840509.
HSL color Cylindrical-coordinate representation of color #FDABB4: hue angle of 353.41º 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 #FDABB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 353.41º | 0.95% | 0.83% | - |
| HSV(B) | 353.41º | 0.32% | 0.99% | - |
| XYZ | 63.31 | 53.3 | 50.13 | - |
| YUV | 196.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 180 | 0 | 0.32 | 0.29 | 0.01 | 353.41 | 0.95 | 0.83 |
| Hex | FD | AB | B4 | 0 | 20 | 1D | 1 | 161 | 5F | 53 |
| Octal | 375 | 253 | 264 | 0 | 40 | 35 | 1 | 541 | 137 | 123 |
| Binary | 11111101 | 10101011 | 10110100 | 0 | 100000 | 11101 | 1 | 101100001 | 1011111 | 1010011 |
Color Harmonies of #FDABB4
Complementary color
Monochromatic Colors of #FDABB4
Black with #FDABB4
Text Example
Text Example
White with #FDABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABB4; }
p { color: rgb(253,171,180); }
H1.HeaderClassName
{
color: #FDABB4;
}
.AnyTagClassName
{
color: #FDABB4;
}
</style>
background-color css
<style>
a { background-color: #FDABB4; }
a { background-color: rgb(253,171,180); }
div.DivClassName
{
background-color: #FDABB4;
}
.BgClassName
{
background-color: #FDABB4;
}
</style>
border-color css
<style>
span { border-color: #FDABB4; }
span { border-color: rgb(253,171,180); }
td.TdClassName
{
border-color: #FDABB4;
}
.TagClassName
{
border-color: #FDABB4;
}
</style>