Shades of Light Pink #FCAFB2
Tints of Light Pink #FCAFB2
RGB
CMYK
RGB Variations
Color information
#FCAFB2 (or 0xFCAFB2) is known color: Light Pink. HEX triplet: FC, AF and B2. RGB value is (252,175,178). Sum of RGB (Red+Green+Blue) = 252+175+178=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFB2 is #03504D. Grayscale: #C6C6C6. Windows color (decimal): -217166 or 11710460. OLE color: 11710460.
HSL color Cylindrical-coordinate representation of color #FCAFB2: hue angle of 357.66º degrees, saturation: 0.93, 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 #FCAFB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 175 | 178 | - |
CMYK | 0 | 0.31 | 0.29 | 0.01 |
HSL | 357.66º | 0.93% | 0.84% | - |
HSV(B) | 357.66º | 0.31% | 0.99% | - |
XYZ | 63.51 | 54.57 | 49.31 | - |
YUV | 198.37 | 116.51 | 166.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 175 | 178 | 0 | 0.31 | 0.29 | 0.01 | 357.66 | 0.93 | 0.84 |
Hex | FC | AF | B2 | 0 | 1F | 1D | 1 | 166 | 5D | 54 |
Octal | 374 | 257 | 262 | 0 | 37 | 35 | 1 | 546 | 135 | 124 |
Binary | 11111100 | 10101111 | 10110010 | 0 | 11111 | 11101 | 1 | 101100110 | 1011101 | 1010100 |
Color Harmonies of #FCAFB2
Complementary color
Monochromatic Colors of #FCAFB2
Black with #FCAFB2
Text Example
Text Example
White with #FCAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFB2; }
p { color: rgb(252,175,178); }
H1.HeaderClassName
{
color: #FCAFB2;
}
.AnyTagClassName
{
color: #FCAFB2;
}
</style>
background-color css
<style>
a { background-color: #FCAFB2; }
a { background-color: rgb(252,175,178); }
div.DivClassName
{
background-color: #FCAFB2;
}
.BgClassName
{
background-color: #FCAFB2;
}
</style>
border-color css
<style>
span { border-color: #FCAFB2; }
span { border-color: rgb(252,175,178); }
td.TdClassName
{
border-color: #FCAFB2;
}
.TagClassName
{
border-color: #FCAFB2;
}
</style>