Shades of Light Pink #FEB5C3
Tints of Light Pink #FEB5C3
RGB
CMYK
RGB Variations
Color information
#FEB5C3 (or 0xFEB5C3) is known color: Light Pink. HEX triplet: FE, B5 and C3. RGB value is (254,181,195). Sum of RGB (Red+Green+Blue) = 254+181+195=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5C3 is #014A3C. Grayscale: #CCCCCC. Windows color (decimal): -84541 or 12826110. OLE color: 12826110.
HSL color Cylindrical-coordinate representation of color #FEB5C3: hue angle of 348.49º 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 #FEB5C3 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 195 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.00 |
| HSL | 348.49º | 0.97% | 0.85% | - |
| HSV(B) | 348.49º | 0.29% | 1% | - |
| XYZ | 67.25 | 58.06 | 59.29 | - |
| YUV | 204.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 195 | 0 | 0.29 | 0.23 | 0.00 | 348.49 | 0.97 | 0.85 |
| Hex | FE | B5 | C3 | 0 | 1D | 17 | 0 | 15C | 61 | 55 |
| Octal | 376 | 265 | 303 | 0 | 35 | 27 | 0 | 534 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11000011 | 0 | 11101 | 10111 | 0 | 101011100 | 1100001 | 1010101 |
Color Harmonies of #FEB5C3
Complementary color
Monochromatic Colors of #FEB5C3
Black with #FEB5C3
Text Example
Text Example
White with #FEB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5C3; }
p { color: rgb(254,181,195); }
H1.HeaderClassName
{
color: #FEB5C3;
}
.AnyTagClassName
{
color: #FEB5C3;
}
</style>
background-color css
<style>
a { background-color: #FEB5C3; }
a { background-color: rgb(254,181,195); }
div.DivClassName
{
background-color: #FEB5C3;
}
.BgClassName
{
background-color: #FEB5C3;
}
</style>
border-color css
<style>
span { border-color: #FEB5C3; }
span { border-color: rgb(254,181,195); }
td.TdClassName
{
border-color: #FEB5C3;
}
.TagClassName
{
border-color: #FEB5C3;
}
</style>