Shades of Pink #FEBFD2
Tints of Pink #FEBFD2
RGB
CMYK
RGB Variations
Color information
#FEBFD2 (or 0xFEBFD2) is known color: Pink. HEX triplet: FE, BF and D2. RGB value is (254,191,210). Sum of RGB (Red+Green+Blue) = 254+191+210=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD2 is #01402D. Grayscale: #D3D3D3. Windows color (decimal): -81966 or 13811710. OLE color: 13811710.
HSL color Cylindrical-coordinate representation of color #FEBFD2: hue angle of 341.9º 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 #FEBFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 210 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.00 |
| HSL | 341.9º | 0.97% | 0.87% | - |
| HSV(B) | 341.9º | 0.25% | 1% | - |
| XYZ | 71.14 | 62.99 | 69.38 | - |
| YUV | 212 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 210 | 0 | 0.25 | 0.17 | 0.00 | 341.9 | 0.97 | 0.87 |
| Hex | FE | BF | D2 | 0 | 19 | 11 | 0 | 156 | 61 | 57 |
| Octal | 376 | 277 | 322 | 0 | 31 | 21 | 0 | 526 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11010010 | 0 | 11001 | 10001 | 0 | 101010110 | 1100001 | 1010111 |
Color Harmonies of #FEBFD2
Complementary color
Monochromatic Colors of #FEBFD2
Black with #FEBFD2
Text Example
Text Example
White with #FEBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFD2; }
p { color: rgb(254,191,210); }
H1.HeaderClassName
{
color: #FEBFD2;
}
.AnyTagClassName
{
color: #FEBFD2;
}
</style>
background-color css
<style>
a { background-color: #FEBFD2; }
a { background-color: rgb(254,191,210); }
div.DivClassName
{
background-color: #FEBFD2;
}
.BgClassName
{
background-color: #FEBFD2;
}
</style>
border-color css
<style>
span { border-color: #FEBFD2; }
span { border-color: rgb(254,191,210); }
td.TdClassName
{
border-color: #FEBFD2;
}
.TagClassName
{
border-color: #FEBFD2;
}
</style>