Shades of Light Pink #FFAFC2
Tints of Light Pink #FFAFC2
RGB
CMYK
RGB Variations
Color information
#FFAFC2 (or 0xFFAFC2) is known color: Light Pink. HEX triplet: FF, AF and C2. RGB value is (255,175,194). Sum of RGB (Red+Green+Blue) = 255+175+194=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC2 is #00503D. Grayscale: #C9C9C9. Windows color (decimal): -20542 or 12759039. OLE color: 12759039.
HSL color Cylindrical-coordinate representation of color #FFAFC2: hue angle of 345.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFC2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 194 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 345.75º | 1% | 0.84% | - |
| HSV(B) | 345.75º | 0.31% | 1% | - |
| XYZ | 66.31 | 55.81 | 58.32 | - |
| YUV | 201.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 194 | 0 | 0.31 | 0.24 | 0 | 345.75 | 1 | 0.84 |
| Hex | FF | AF | C2 | 0 | 1F | 18 | 0 | 15A | 64 | 54 |
| Octal | 377 | 257 | 302 | 0 | 37 | 30 | 0 | 532 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11000010 | 0 | 11111 | 11000 | 0 | 101011010 | 1100100 | 1010100 |
Color Harmonies of #FFAFC2
Complementary color
Monochromatic Colors of #FFAFC2
Black with #FFAFC2
Text Example
Text Example
White with #FFAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFC2; }
p { color: rgb(255,175,194); }
H1.HeaderClassName
{
color: #FFAFC2;
}
.AnyTagClassName
{
color: #FFAFC2;
}
</style>
background-color css
<style>
a { background-color: #FFAFC2; }
a { background-color: rgb(255,175,194); }
div.DivClassName
{
background-color: #FFAFC2;
}
.BgClassName
{
background-color: #FFAFC2;
}
</style>
border-color css
<style>
span { border-color: #FFAFC2; }
span { border-color: rgb(255,175,194); }
td.TdClassName
{
border-color: #FFAFC2;
}
.TagClassName
{
border-color: #FFAFC2;
}
</style>