Shades of Light Pink #FDADB3
Tints of Light Pink #FDADB3
RGB
CMYK
RGB Variations
Color information
#FDADB3 (or 0xFDADB3) is known color: Light Pink. HEX triplet: FD, AD and B3. RGB value is (253,173,179). Sum of RGB (Red+Green+Blue) = 253+173+179=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB3 is #02524C. Grayscale: #C5C5C5. Windows color (decimal): -152141 or 11775485. OLE color: 11775485.
HSL color Cylindrical-coordinate representation of color #FDADB3: hue angle of 355.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADB3 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 179 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 355.5º | 0.95% | 0.84% | - |
| HSV(B) | 355.5º | 0.32% | 0.99% | - |
| XYZ | 63.59 | 54.02 | 49.72 | - |
| YUV | 197.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 179 | 0 | 0.32 | 0.29 | 0.01 | 355.5 | 0.95 | 0.84 |
| Hex | FD | AD | B3 | 0 | 20 | 1D | 1 | 164 | 5F | 54 |
| Octal | 375 | 255 | 263 | 0 | 40 | 35 | 1 | 544 | 137 | 124 |
| Binary | 11111101 | 10101101 | 10110011 | 0 | 100000 | 11101 | 1 | 101100100 | 1011111 | 1010100 |
Color Harmonies of #FDADB3
Complementary color
Monochromatic Colors of #FDADB3
Black with #FDADB3
Text Example
Text Example
White with #FDADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADB3; }
p { color: rgb(253,173,179); }
H1.HeaderClassName
{
color: #FDADB3;
}
.AnyTagClassName
{
color: #FDADB3;
}
</style>
background-color css
<style>
a { background-color: #FDADB3; }
a { background-color: rgb(253,173,179); }
div.DivClassName
{
background-color: #FDADB3;
}
.BgClassName
{
background-color: #FDADB3;
}
</style>
border-color css
<style>
span { border-color: #FDADB3; }
span { border-color: rgb(253,173,179); }
td.TdClassName
{
border-color: #FDADB3;
}
.TagClassName
{
border-color: #FDADB3;
}
</style>