Shades of Your Pink #FEC2B5
Tints of Your Pink #FEC2B5
RGB
CMYK
RGB Variations
Color information
#FEC2B5 (or 0xFEC2B5) is known color: Your Pink. HEX triplet: FE, C2 and B5. RGB value is (254,194,181). Sum of RGB (Red+Green+Blue) = 254+194+181=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B5 is #013D4A. Grayscale: #D2D2D2. Windows color (decimal): -81227 or 11911934. OLE color: 11911934.
HSL color Cylindrical-coordinate representation of color #FEC2B5: hue angle of 10.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEC2B5 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 181 | - |
CMYK | 0 | 0.24 | 0.29 | 0.00 |
HSL | 10.68º | 0.97% | 0.85% | - |
HSV(B) | 10.68º | 0.29% | 1% | - |
XYZ | 68.51 | 62.99 | 52.26 | - |
YUV | 210.46 | 111.38 | 159.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 181 | 0 | 0.24 | 0.29 | 0.00 | 10.68 | 0.97 | 0.85 |
Hex | FE | C2 | B5 | 0 | 18 | 1D | 0 | B | 61 | 55 |
Octal | 376 | 302 | 265 | 0 | 30 | 35 | 0 | 13 | 141 | 125 |
Binary | 11111110 | 11000010 | 10110101 | 0 | 11000 | 11101 | 0 | 1011 | 1100001 | 1010101 |
Color Harmonies of #FEC2B5
Complementary color
Monochromatic Colors of #FEC2B5
Black with #FEC2B5
Text Example
Text Example
White with #FEC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2B5; }
p { color: rgb(254,194,181); }
H1.HeaderClassName
{
color: #FEC2B5;
}
.AnyTagClassName
{
color: #FEC2B5;
}
</style>
background-color css
<style>
a { background-color: #FEC2B5; }
a { background-color: rgb(254,194,181); }
div.DivClassName
{
background-color: #FEC2B5;
}
.BgClassName
{
background-color: #FEC2B5;
}
</style>
border-color css
<style>
span { border-color: #FEC2B5; }
span { border-color: rgb(254,194,181); }
td.TdClassName
{
border-color: #FEC2B5;
}
.TagClassName
{
border-color: #FEC2B5;
}
</style>