Shades of Light Pink #FCA7B2
Tints of Light Pink #FCA7B2
RGB
CMYK
RGB Variations
Color information
#FCA7B2 (or 0xFCA7B2) is known color: Light Pink. HEX triplet: FC, A7 and B2. RGB value is (252,167,178). Sum of RGB (Red+Green+Blue) = 252+167+178=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA7B2 is #03584D. Grayscale: #C1C1C1. Windows color (decimal): -219214 or 11708412. OLE color: 11708412.
HSL color Cylindrical-coordinate representation of color #FCA7B2: hue angle of 352.24º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7B2 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 167 | 178 | - |
CMYK | 0 | 0.34 | 0.29 | 0.01 |
HSL | 352.24º | 0.93% | 0.82% | - |
HSV(B) | 352.24º | 0.34% | 0.99% | - |
XYZ | 62 | 51.55 | 48.8 | - |
YUV | 193.67 | 119.16 | 169.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 167 | 178 | 0 | 0.34 | 0.29 | 0.01 | 352.24 | 0.93 | 0.82 |
Hex | FC | A7 | B2 | 0 | 22 | 1D | 1 | 160 | 5D | 52 |
Octal | 374 | 247 | 262 | 0 | 42 | 35 | 1 | 540 | 135 | 122 |
Binary | 11111100 | 10100111 | 10110010 | 0 | 100010 | 11101 | 1 | 101100000 | 1011101 | 1010010 |
Color Harmonies of #FCA7B2
Complementary color
Monochromatic Colors of #FCA7B2
Black with #FCA7B2
Text Example
Text Example
White with #FCA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7B2; }
p { color: rgb(252,167,178); }
H1.HeaderClassName
{
color: #FCA7B2;
}
.AnyTagClassName
{
color: #FCA7B2;
}
</style>
background-color css
<style>
a { background-color: #FCA7B2; }
a { background-color: rgb(252,167,178); }
div.DivClassName
{
background-color: #FCA7B2;
}
.BgClassName
{
background-color: #FCA7B2;
}
</style>
border-color css
<style>
span { border-color: #FCA7B2; }
span { border-color: rgb(252,167,178); }
td.TdClassName
{
border-color: #FCA7B2;
}
.TagClassName
{
border-color: #FCA7B2;
}
</style>