Shades of Your Pink #FCC7B5
Tints of Your Pink #FCC7B5
RGB
CMYK
RGB Variations
Color information
#FCC7B5 (or 0xFCC7B5) is known color: Your Pink. HEX triplet: FC, C7 and B5. RGB value is (252,199,181). Sum of RGB (Red+Green+Blue) = 252+199+181=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7B5 is #03384A. Grayscale: #D4D4D4. Windows color (decimal): -211019 or 11913212. OLE color: 11913212.
HSL color Cylindrical-coordinate representation of color #FCC7B5: hue angle of 15.21º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCC7B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 181 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.01 |
| HSL | 15.21º | 0.92% | 0.85% | - |
| HSV(B) | 15.21º | 0.28% | 0.99% | - |
| XYZ | 68.91 | 64.88 | 52.61 | - |
| YUV | 212.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 181 | 0 | 0.21 | 0.28 | 0.01 | 15.21 | 0.92 | 0.85 |
| Hex | FC | C7 | B5 | 0 | 15 | 1C | 1 | F | 5C | 55 |
| Octal | 374 | 307 | 265 | 0 | 25 | 34 | 1 | 17 | 134 | 125 |
| Binary | 11111100 | 11000111 | 10110101 | 0 | 10101 | 11100 | 1 | 1111 | 1011100 | 1010101 |
Color Harmonies of #FCC7B5
Complementary color
Monochromatic Colors of #FCC7B5
Black with #FCC7B5
Text Example
Text Example
White with #FCC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7B5; }
p { color: rgb(252,199,181); }
H1.HeaderClassName
{
color: #FCC7B5;
}
.AnyTagClassName
{
color: #FCC7B5;
}
</style>
background-color css
<style>
a { background-color: #FCC7B5; }
a { background-color: rgb(252,199,181); }
div.DivClassName
{
background-color: #FCC7B5;
}
.BgClassName
{
background-color: #FCC7B5;
}
</style>
border-color css
<style>
span { border-color: #FCC7B5; }
span { border-color: rgb(252,199,181); }
td.TdClassName
{
border-color: #FCC7B5;
}
.TagClassName
{
border-color: #FCC7B5;
}
</style>