Shades of Pink #FEBFCC
Tints of Pink #FEBFCC
RGB
CMYK
RGB Variations
Color information
#FEBFCC (or 0xFEBFCC) is known color: Pink. HEX triplet: FE, BF and CC. RGB value is (254,191,204). Sum of RGB (Red+Green+Blue) = 254+191+204=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCC is #014033. Grayscale: #D3D3D3. Windows color (decimal): -81972 or 13418494. OLE color: 13418494.
HSL color Cylindrical-coordinate representation of color #FEBFCC: hue angle of 347.62º 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 #FEBFCC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 204 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.00 |
| HSL | 347.62º | 0.97% | 0.87% | - |
| HSV(B) | 347.62º | 0.25% | 1% | - |
| XYZ | 70.4 | 62.69 | 65.52 | - |
| YUV | 211.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 204 | 0 | 0.25 | 0.20 | 0.00 | 347.62 | 0.97 | 0.87 |
| Hex | FE | BF | CC | 0 | 19 | 14 | 0 | 15C | 61 | 57 |
| Octal | 376 | 277 | 314 | 0 | 31 | 24 | 0 | 534 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11001100 | 0 | 11001 | 10100 | 0 | 101011100 | 1100001 | 1010111 |
Color Harmonies of #FEBFCC
Complementary color
Monochromatic Colors of #FEBFCC
Black with #FEBFCC
Text Example
Text Example
White with #FEBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFCC; }
p { color: rgb(254,191,204); }
H1.HeaderClassName
{
color: #FEBFCC;
}
.AnyTagClassName
{
color: #FEBFCC;
}
</style>
background-color css
<style>
a { background-color: #FEBFCC; }
a { background-color: rgb(254,191,204); }
div.DivClassName
{
background-color: #FEBFCC;
}
.BgClassName
{
background-color: #FEBFCC;
}
</style>
border-color css
<style>
span { border-color: #FEBFCC; }
span { border-color: rgb(254,191,204); }
td.TdClassName
{
border-color: #FEBFCC;
}
.TagClassName
{
border-color: #FEBFCC;
}
</style>