Shades of Pink #FECBD2
Tints of Pink #FECBD2
RGB
CMYK
RGB Variations
Color information
#FECBD2 (or 0xFECBD2) is known color: Pink. HEX triplet: FE, CB and D2. RGB value is (254,203,210). Sum of RGB (Red+Green+Blue) = 254+203+210=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD2 is #01342D. Grayscale: #DBDBDB. Windows color (decimal): -78894 or 13814782. OLE color: 13814782.
HSL color Cylindrical-coordinate representation of color #FECBD2: hue angle of 351.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBD2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 210 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.00 |
| HSL | 351.76º | 0.96% | 0.9% | - |
| HSV(B) | 351.76º | 0.2% | 1% | - |
| XYZ | 73.86 | 68.44 | 70.29 | - |
| YUV | 219.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 210 | 0 | 0.20 | 0.17 | 0.00 | 351.76 | 0.96 | 0.9 |
| Hex | FE | CB | D2 | 0 | 14 | 11 | 0 | 160 | 60 | 5A |
| Octal | 376 | 313 | 322 | 0 | 24 | 21 | 0 | 540 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010010 | 0 | 10100 | 10001 | 0 | 101100000 | 1100000 | 1011010 |
Color Harmonies of #FECBD2
Complementary color
Monochromatic Colors of #FECBD2
Black with #FECBD2
Text Example
Text Example
White with #FECBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD2; }
p { color: rgb(254,203,210); }
H1.HeaderClassName
{
color: #FECBD2;
}
.AnyTagClassName
{
color: #FECBD2;
}
</style>
background-color css
<style>
a { background-color: #FECBD2; }
a { background-color: rgb(254,203,210); }
div.DivClassName
{
background-color: #FECBD2;
}
.BgClassName
{
background-color: #FECBD2;
}
</style>
border-color css
<style>
span { border-color: #FECBD2; }
span { border-color: rgb(254,203,210); }
td.TdClassName
{
border-color: #FECBD2;
}
.TagClassName
{
border-color: #FECBD2;
}
</style>