Shades of Light Pink #FDAFC0
Tints of Light Pink #FDAFC0
RGB
CMYK
RGB Variations
Color information
#FDAFC0 (or 0xFDAFC0) is known color: Light Pink. HEX triplet: FD, AF and C0. RGB value is (253,175,192). Sum of RGB (Red+Green+Blue) = 253+175+192=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC0 is #02503F. Grayscale: #C8C8C8. Windows color (decimal): -151616 or 12627965. OLE color: 12627965.
HSL color Cylindrical-coordinate representation of color #FDAFC0: hue angle of 346.92º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.01 |
| HSL | 346.92º | 0.95% | 0.84% | - |
| HSV(B) | 346.92º | 0.31% | 0.99% | - |
| XYZ | 65.35 | 55.35 | 57.11 | - |
| YUV | 200.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 192 | 0 | 0.31 | 0.24 | 0.01 | 346.92 | 0.95 | 0.84 |
| Hex | FD | AF | C0 | 0 | 1F | 18 | 1 | 15B | 5F | 54 |
| Octal | 375 | 257 | 300 | 0 | 37 | 30 | 1 | 533 | 137 | 124 |
| Binary | 11111101 | 10101111 | 11000000 | 0 | 11111 | 11000 | 1 | 101011011 | 1011111 | 1010100 |
Color Harmonies of #FDAFC0
Complementary color
Monochromatic Colors of #FDAFC0
Black with #FDAFC0
Text Example
Text Example
White with #FDAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFC0; }
p { color: rgb(253,175,192); }
H1.HeaderClassName
{
color: #FDAFC0;
}
.AnyTagClassName
{
color: #FDAFC0;
}
</style>
background-color css
<style>
a { background-color: #FDAFC0; }
a { background-color: rgb(253,175,192); }
div.DivClassName
{
background-color: #FDAFC0;
}
.BgClassName
{
background-color: #FDAFC0;
}
</style>
border-color css
<style>
span { border-color: #FDAFC0; }
span { border-color: rgb(253,175,192); }
td.TdClassName
{
border-color: #FDAFC0;
}
.TagClassName
{
border-color: #FDAFC0;
}
</style>