Shades of Light Pink #FDA4B8
Tints of Light Pink #FDA4B8
RGB
CMYK
RGB Variations
Color information
#FDA4B8 (or 0xFDA4B8) is known color: Light Pink. HEX triplet: FD, A4 and B8. RGB value is (253,164,184). Sum of RGB (Red+Green+Blue) = 253+164+184=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4B8 is #025B47. Grayscale: #C0C0C0. Windows color (decimal): -154440 or 12100861. OLE color: 12100861.
HSL color Cylindrical-coordinate representation of color #FDA4B8: hue angle of 346.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4B8 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 184 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.01 |
| HSL | 346.52º | 0.96% | 0.82% | - |
| HSV(B) | 346.52º | 0.35% | 0.99% | - |
| XYZ | 62.44 | 50.89 | 51.88 | - |
| YUV | 192.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 184 | 0 | 0.35 | 0.27 | 0.01 | 346.52 | 0.96 | 0.82 |
| Hex | FD | A4 | B8 | 0 | 23 | 1B | 1 | 15B | 60 | 52 |
| Octal | 375 | 244 | 270 | 0 | 43 | 33 | 1 | 533 | 140 | 122 |
| Binary | 11111101 | 10100100 | 10111000 | 0 | 100011 | 11011 | 1 | 101011011 | 1100000 | 1010010 |
Color Harmonies of #FDA4B8
Complementary color
Monochromatic Colors of #FDA4B8
Black with #FDA4B8
Text Example
Text Example
White with #FDA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4B8; }
p { color: rgb(253,164,184); }
H1.HeaderClassName
{
color: #FDA4B8;
}
.AnyTagClassName
{
color: #FDA4B8;
}
</style>
background-color css
<style>
a { background-color: #FDA4B8; }
a { background-color: rgb(253,164,184); }
div.DivClassName
{
background-color: #FDA4B8;
}
.BgClassName
{
background-color: #FDA4B8;
}
</style>
border-color css
<style>
span { border-color: #FDA4B8; }
span { border-color: rgb(253,164,184); }
td.TdClassName
{
border-color: #FDA4B8;
}
.TagClassName
{
border-color: #FDA4B8;
}
</style>