Shades of Pink #FEBFCF
Tints of Pink #FEBFCF
RGB
CMYK
RGB Variations
Color information
#FEBFCF (or 0xFEBFCF) is known color: Pink. HEX triplet: FE, BF and CF. RGB value is (254,191,207). Sum of RGB (Red+Green+Blue) = 254+191+207=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCF is #014030. Grayscale: #D3D3D3. Windows color (decimal): -81969 or 13615102. OLE color: 13615102.
HSL color Cylindrical-coordinate representation of color #FEBFCF: hue angle of 344.76º 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 #FEBFCF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 191 | 207 | - |
CMYK | 0 | 0.25 | 0.19 | 0.00 |
HSL | 344.76º | 0.97% | 0.87% | - |
HSV(B) | 344.76º | 0.25% | 1% | - |
XYZ | 70.77 | 62.84 | 67.43 | - |
YUV | 211.66 | 125.37 | 158.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 191 | 207 | 0 | 0.25 | 0.19 | 0.00 | 344.76 | 0.97 | 0.87 |
Hex | FE | BF | CF | 0 | 19 | 13 | 0 | 159 | 61 | 57 |
Octal | 376 | 277 | 317 | 0 | 31 | 23 | 0 | 531 | 141 | 127 |
Binary | 11111110 | 10111111 | 11001111 | 0 | 11001 | 10011 | 0 | 101011001 | 1100001 | 1010111 |
Color Harmonies of #FEBFCF
Complementary color
Monochromatic Colors of #FEBFCF
Black with #FEBFCF
Text Example
Text Example
White with #FEBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFCF; }
p { color: rgb(254,191,207); }
H1.HeaderClassName
{
color: #FEBFCF;
}
.AnyTagClassName
{
color: #FEBFCF;
}
</style>
background-color css
<style>
a { background-color: #FEBFCF; }
a { background-color: rgb(254,191,207); }
div.DivClassName
{
background-color: #FEBFCF;
}
.BgClassName
{
background-color: #FEBFCF;
}
</style>
border-color css
<style>
span { border-color: #FEBFCF; }
span { border-color: rgb(254,191,207); }
td.TdClassName
{
border-color: #FEBFCF;
}
.TagClassName
{
border-color: #FEBFCF;
}
</style>