Shades of Your Pink #FECDBF
Tints of Your Pink #FECDBF
RGB
CMYK
RGB Variations
Color information
#FECDBF (or 0xFECDBF) is known color: Your Pink. HEX triplet: FE, CD and BF. RGB value is (254,205,191). Sum of RGB (Red+Green+Blue) = 254+205+191=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDBF is #013240. Grayscale: #DADADA. Windows color (decimal): -78401 or 12570110. OLE color: 12570110.
HSL color Cylindrical-coordinate representation of color #FECDBF: hue angle of 13.33º 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 #FECDBF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 191 | - |
CMYK | 0 | 0.19 | 0.25 | 0.00 |
HSL | 13.33º | 0.97% | 0.87% | - |
HSV(B) | 13.33º | 0.25% | 1% | - |
XYZ | 72.11 | 68.5 | 58.71 | - |
YUV | 218.06 | 112.73 | 153.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 191 | 0 | 0.19 | 0.25 | 0.00 | 13.33 | 0.97 | 0.87 |
Hex | FE | CD | BF | 0 | 13 | 19 | 0 | D | 61 | 57 |
Octal | 376 | 315 | 277 | 0 | 23 | 31 | 0 | 15 | 141 | 127 |
Binary | 11111110 | 11001101 | 10111111 | 0 | 10011 | 11001 | 0 | 1101 | 1100001 | 1010111 |
Color Harmonies of #FECDBF
Complementary color
Monochromatic Colors of #FECDBF
Black with #FECDBF
Text Example
Text Example
White with #FECDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDBF; }
p { color: rgb(254,205,191); }
H1.HeaderClassName
{
color: #FECDBF;
}
.AnyTagClassName
{
color: #FECDBF;
}
</style>
background-color css
<style>
a { background-color: #FECDBF; }
a { background-color: rgb(254,205,191); }
div.DivClassName
{
background-color: #FECDBF;
}
.BgClassName
{
background-color: #FECDBF;
}
</style>
border-color css
<style>
span { border-color: #FECDBF; }
span { border-color: rgb(254,205,191); }
td.TdClassName
{
border-color: #FECDBF;
}
.TagClassName
{
border-color: #FECDBF;
}
</style>