Shades of Light Pink #FEB5C0
Tints of Light Pink #FEB5C0
RGB
CMYK
RGB Variations
Color information
#FEB5C0 (or 0xFEB5C0) is known color: Light Pink. HEX triplet: FE, B5 and C0. RGB value is (254,181,192). Sum of RGB (Red+Green+Blue) = 254+181+192=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5C0 is #014A3F. Grayscale: #CCCCCC. Windows color (decimal): -84544 or 12629502. OLE color: 12629502.
HSL color Cylindrical-coordinate representation of color #FEB5C0: hue angle of 350.96º 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 #FEB5C0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 192 | - |
CMYK | 0 | 0.29 | 0.24 | 0.00 |
HSL | 350.96º | 0.97% | 0.85% | - |
HSV(B) | 350.96º | 0.29% | 1% | - |
XYZ | 66.91 | 57.92 | 57.52 | - |
YUV | 204.08 | 121.18 | 163.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 192 | 0 | 0.29 | 0.24 | 0.00 | 350.96 | 0.97 | 0.85 |
Hex | FE | B5 | C0 | 0 | 1D | 18 | 0 | 15F | 61 | 55 |
Octal | 376 | 265 | 300 | 0 | 35 | 30 | 0 | 537 | 141 | 125 |
Binary | 11111110 | 10110101 | 11000000 | 0 | 11101 | 11000 | 0 | 101011111 | 1100001 | 1010101 |
Color Harmonies of #FEB5C0
Complementary color
Monochromatic Colors of #FEB5C0
Black with #FEB5C0
Text Example
Text Example
White with #FEB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5C0; }
p { color: rgb(254,181,192); }
H1.HeaderClassName
{
color: #FEB5C0;
}
.AnyTagClassName
{
color: #FEB5C0;
}
</style>
background-color css
<style>
a { background-color: #FEB5C0; }
a { background-color: rgb(254,181,192); }
div.DivClassName
{
background-color: #FEB5C0;
}
.BgClassName
{
background-color: #FEB5C0;
}
</style>
border-color css
<style>
span { border-color: #FEB5C0; }
span { border-color: rgb(254,181,192); }
td.TdClassName
{
border-color: #FEB5C0;
}
.TagClassName
{
border-color: #FEB5C0;
}
</style>