Shades of Your Pink #FDCCBE
Tints of Your Pink #FDCCBE
RGB
CMYK
RGB Variations
Color information
#FDCCBE (or 0xFDCCBE) is known color: Your Pink. HEX triplet: FD, CC and BE. RGB value is (253,204,190). Sum of RGB (Red+Green+Blue) = 253+204+190=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCBE is #023341. Grayscale: #D9D9D9. Windows color (decimal): -144194 or 12504317. OLE color: 12504317.
HSL color Cylindrical-coordinate representation of color #FDCCBE: hue angle of 13.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDCCBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 190 | - |
CMYK | 0 | 0.19 | 0.25 | 0.01 |
HSL | 13.33º | 0.94% | 0.87% | - |
HSV(B) | 13.33º | 0.25% | 0.99% | - |
XYZ | 71.4 | 67.79 | 58.04 | - |
YUV | 217.06 | 112.73 | 153.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 190 | 0 | 0.19 | 0.25 | 0.01 | 13.33 | 0.94 | 0.87 |
Hex | FD | CC | BE | 0 | 13 | 19 | 1 | D | 5E | 57 |
Octal | 375 | 314 | 276 | 0 | 23 | 31 | 1 | 15 | 136 | 127 |
Binary | 11111101 | 11001100 | 10111110 | 0 | 10011 | 11001 | 1 | 1101 | 1011110 | 1010111 |
Color Harmonies of #FDCCBE
Complementary color
Monochromatic Colors of #FDCCBE
Black with #FDCCBE
Text Example
Text Example
White with #FDCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCBE; }
p { color: rgb(253,204,190); }
H1.HeaderClassName
{
color: #FDCCBE;
}
.AnyTagClassName
{
color: #FDCCBE;
}
</style>
background-color css
<style>
a { background-color: #FDCCBE; }
a { background-color: rgb(253,204,190); }
div.DivClassName
{
background-color: #FDCCBE;
}
.BgClassName
{
background-color: #FDCCBE;
}
</style>
border-color css
<style>
span { border-color: #FDCCBE; }
span { border-color: rgb(253,204,190); }
td.TdClassName
{
border-color: #FDCCBE;
}
.TagClassName
{
border-color: #FDCCBE;
}
</style>