Shades of Light Pink #FFADAF
Tints of Light Pink #FFADAF
RGB
CMYK
RGB Variations
Color information
#FFADAF (or 0xFFADAF) is known color: Light Pink. HEX triplet: FF, AD and AF. RGB value is (255,173,175). Sum of RGB (Red+Green+Blue) = 255+173+175=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADAF is #005250. Grayscale: #C5C5C5. Windows color (decimal): -21073 or 11513343. OLE color: 11513343.
HSL color Cylindrical-coordinate representation of color #FFADAF: hue angle of 358.54º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0 |
| HSL | 358.54º | 1% | 0.84% | - |
| HSV(B) | 358.54º | 0.32% | 1% | - |
| XYZ | 63.92 | 54.24 | 47.66 | - |
| YUV | 197.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 175 | 0 | 0.32 | 0.31 | 0 | 358.54 | 1 | 0.84 |
| Hex | FF | AD | AF | 0 | 20 | 1F | 0 | 167 | 64 | 54 |
| Octal | 377 | 255 | 257 | 0 | 40 | 37 | 0 | 547 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10101111 | 0 | 100000 | 11111 | 0 | 101100111 | 1100100 | 1010100 |
Color Harmonies of #FFADAF
Complementary color
Monochromatic Colors of #FFADAF
Black with #FFADAF
Text Example
Text Example
White with #FFADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADAF; }
p { color: rgb(255,173,175); }
H1.HeaderClassName
{
color: #FFADAF;
}
.AnyTagClassName
{
color: #FFADAF;
}
</style>
background-color css
<style>
a { background-color: #FFADAF; }
a { background-color: rgb(255,173,175); }
div.DivClassName
{
background-color: #FFADAF;
}
.BgClassName
{
background-color: #FFADAF;
}
</style>
border-color css
<style>
span { border-color: #FFADAF; }
span { border-color: rgb(255,173,175); }
td.TdClassName
{
border-color: #FFADAF;
}
.TagClassName
{
border-color: #FFADAF;
}
</style>