Shades of Pink #FEBFD1
Tints of Pink #FEBFD1
RGB
CMYK
RGB Variations
Color information
#FEBFD1 (or 0xFEBFD1) is known color: Pink. HEX triplet: FE, BF and D1. RGB value is (254,191,209). Sum of RGB (Red+Green+Blue) = 254+191+209=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD1 is #01402E. Grayscale: #D3D3D3. Windows color (decimal): -81967 or 13746174. OLE color: 13746174.
HSL color Cylindrical-coordinate representation of color #FEBFD1: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFD1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 209 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.00 |
| HSL | 342.86º | 0.97% | 0.87% | - |
| HSV(B) | 342.86º | 0.25% | 1% | - |
| XYZ | 71.01 | 62.94 | 68.73 | - |
| YUV | 211.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 209 | 0 | 0.25 | 0.18 | 0.00 | 342.86 | 0.97 | 0.87 |
| Hex | FE | BF | D1 | 0 | 19 | 12 | 0 | 157 | 61 | 57 |
| Octal | 376 | 277 | 321 | 0 | 31 | 22 | 0 | 527 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11010001 | 0 | 11001 | 10010 | 0 | 101010111 | 1100001 | 1010111 |
Color Harmonies of #FEBFD1
Complementary color
Monochromatic Colors of #FEBFD1
Black with #FEBFD1
Text Example
Text Example
White with #FEBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFD1; }
p { color: rgb(254,191,209); }
H1.HeaderClassName
{
color: #FEBFD1;
}
.AnyTagClassName
{
color: #FEBFD1;
}
</style>
background-color css
<style>
a { background-color: #FEBFD1; }
a { background-color: rgb(254,191,209); }
div.DivClassName
{
background-color: #FEBFD1;
}
.BgClassName
{
background-color: #FEBFD1;
}
</style>
border-color css
<style>
span { border-color: #FEBFD1; }
span { border-color: rgb(254,191,209); }
td.TdClassName
{
border-color: #FEBFD1;
}
.TagClassName
{
border-color: #FEBFD1;
}
</style>