Shades of Light Pink #FDAAB2
Tints of Light Pink #FDAAB2
RGB
CMYK
RGB Variations
Color information
#FDAAB2 (or 0xFDAAB2) is known color: Light Pink. HEX triplet: FD, AA and B2. RGB value is (253,170,178). Sum of RGB (Red+Green+Blue) = 253+170+178=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAB2 is #02554D. Grayscale: #C3C3C3. Windows color (decimal): -152910 or 11709181. OLE color: 11709181.
HSL color Cylindrical-coordinate representation of color #FDAAB2: hue angle of 354.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAB2 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 178 | - |
CMYK | 0 | 0.33 | 0.30 | 0.01 |
HSL | 354.22º | 0.95% | 0.83% | - |
HSV(B) | 354.22º | 0.33% | 0.99% | - |
XYZ | 62.92 | 52.85 | 49 | - |
YUV | 195.73 | 118 | 168.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 178 | 0 | 0.33 | 0.30 | 0.01 | 354.22 | 0.95 | 0.83 |
Hex | FD | AA | B2 | 0 | 21 | 1E | 1 | 162 | 5F | 53 |
Octal | 375 | 252 | 262 | 0 | 41 | 36 | 1 | 542 | 137 | 123 |
Binary | 11111101 | 10101010 | 10110010 | 0 | 100001 | 11110 | 1 | 101100010 | 1011111 | 1010011 |
Color Harmonies of #FDAAB2
Complementary color
Monochromatic Colors of #FDAAB2
Black with #FDAAB2
Text Example
Text Example
White with #FDAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAB2; }
p { color: rgb(253,170,178); }
H1.HeaderClassName
{
color: #FDAAB2;
}
.AnyTagClassName
{
color: #FDAAB2;
}
</style>
background-color css
<style>
a { background-color: #FDAAB2; }
a { background-color: rgb(253,170,178); }
div.DivClassName
{
background-color: #FDAAB2;
}
.BgClassName
{
background-color: #FDAAB2;
}
</style>
border-color css
<style>
span { border-color: #FDAAB2; }
span { border-color: rgb(253,170,178); }
td.TdClassName
{
border-color: #FDAAB2;
}
.TagClassName
{
border-color: #FDAAB2;
}
</style>