Shades of Your Pink #FDC3BE
Tints of Your Pink #FDC3BE
RGB
CMYK
RGB Variations
Color information
#FDC3BE (or 0xFDC3BE) is known color: Your Pink. HEX triplet: FD, C3 and BE. RGB value is (253,195,190). Sum of RGB (Red+Green+Blue) = 253+195+190=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3BE is #023C41. Grayscale: #D3D3D3. Windows color (decimal): -146498 or 12502013. OLE color: 12502013.
HSL color Cylindrical-coordinate representation of color #FDC3BE: hue angle of 4.76º 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 #FDC3BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 195 | 190 | - |
CMYK | 0 | 0.23 | 0.25 | 0.01 |
HSL | 4.76º | 0.94% | 0.87% | - |
HSV(B) | 4.76º | 0.25% | 0.99% | - |
XYZ | 69.32 | 63.63 | 57.34 | - |
YUV | 211.77 | 115.72 | 157.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 195 | 190 | 0 | 0.23 | 0.25 | 0.01 | 4.76 | 0.94 | 0.87 |
Hex | FD | C3 | BE | 0 | 17 | 19 | 1 | 5 | 5E | 57 |
Octal | 375 | 303 | 276 | 0 | 27 | 31 | 1 | 5 | 136 | 127 |
Binary | 11111101 | 11000011 | 10111110 | 0 | 10111 | 11001 | 1 | 101 | 1011110 | 1010111 |
Color Harmonies of #FDC3BE
Complementary color
Monochromatic Colors of #FDC3BE
Black with #FDC3BE
Text Example
Text Example
White with #FDC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3BE; }
p { color: rgb(253,195,190); }
H1.HeaderClassName
{
color: #FDC3BE;
}
.AnyTagClassName
{
color: #FDC3BE;
}
</style>
background-color css
<style>
a { background-color: #FDC3BE; }
a { background-color: rgb(253,195,190); }
div.DivClassName
{
background-color: #FDC3BE;
}
.BgClassName
{
background-color: #FDC3BE;
}
</style>
border-color css
<style>
span { border-color: #FDC3BE; }
span { border-color: rgb(253,195,190); }
td.TdClassName
{
border-color: #FDC3BE;
}
.TagClassName
{
border-color: #FDC3BE;
}
</style>