Shades of Your Pink #FCC4BD
Tints of Your Pink #FCC4BD
RGB
CMYK
RGB Variations
Color information
#FCC4BD (or 0xFCC4BD) is known color: Your Pink. HEX triplet: FC, C4 and BD. RGB value is (252,196,189). Sum of RGB (Red+Green+Blue) = 252+196+189=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4BD is #033B42. Grayscale: #D4D4D4. Windows color (decimal): -211779 or 12436732. OLE color: 12436732.
HSL color Cylindrical-coordinate representation of color #FCC4BD: hue angle of 6.67º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC4BD is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 189 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.01 |
| HSL | 6.67º | 0.91% | 0.86% | - |
| HSV(B) | 6.67º | 0.25% | 0.99% | - |
| XYZ | 69.07 | 63.85 | 56.83 | - |
| YUV | 211.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 189 | 0 | 0.22 | 0.25 | 0.01 | 6.67 | 0.91 | 0.86 |
| Hex | FC | C4 | BD | 0 | 16 | 19 | 1 | 7 | 5B | 56 |
| Octal | 374 | 304 | 275 | 0 | 26 | 31 | 1 | 7 | 133 | 126 |
| Binary | 11111100 | 11000100 | 10111101 | 0 | 10110 | 11001 | 1 | 111 | 1011011 | 1010110 |
Color Harmonies of #FCC4BD
Complementary color
Monochromatic Colors of #FCC4BD
Black with #FCC4BD
Text Example
Text Example
White with #FCC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4BD; }
p { color: rgb(252,196,189); }
H1.HeaderClassName
{
color: #FCC4BD;
}
.AnyTagClassName
{
color: #FCC4BD;
}
</style>
background-color css
<style>
a { background-color: #FCC4BD; }
a { background-color: rgb(252,196,189); }
div.DivClassName
{
background-color: #FCC4BD;
}
.BgClassName
{
background-color: #FCC4BD;
}
</style>
border-color css
<style>
span { border-color: #FCC4BD; }
span { border-color: rgb(252,196,189); }
td.TdClassName
{
border-color: #FCC4BD;
}
.TagClassName
{
border-color: #FCC4BD;
}
</style>