Shades of Pink #FFBED0
Tints of Pink #FFBED0
RGB
CMYK
RGB Variations
Color information
#FFBED0 (or 0xFFBED0) is known color: Pink. HEX triplet: FF, BE and D0. RGB value is (255,190,208). Sum of RGB (Red+Green+Blue) = 255+190+208=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBED0 is #00412F. Grayscale: #D3D3D3. Windows color (decimal): -16688 or 13680383. OLE color: 13680383.
HSL color Cylindrical-coordinate representation of color #FFBED0: hue angle of 343.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBED0 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 208 | - |
| CMYK | 0 | 0.25 | 0.18 | 0 |
| HSL | 343.38º | 1% | 0.87% | - |
| HSV(B) | 343.38º | 0.25% | 1% | - |
| XYZ | 71.04 | 62.64 | 68.02 | - |
| YUV | 211.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 208 | 0 | 0.25 | 0.18 | 0 | 343.38 | 1 | 0.87 |
| Hex | FF | BE | D0 | 0 | 19 | 12 | 0 | 157 | 64 | 57 |
| Octal | 377 | 276 | 320 | 0 | 31 | 22 | 0 | 527 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11010000 | 0 | 11001 | 10010 | 0 | 101010111 | 1100100 | 1010111 |
Color Harmonies of #FFBED0
Complementary color
Monochromatic Colors of #FFBED0
Black with #FFBED0
Text Example
Text Example
White with #FFBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBED0; }
p { color: rgb(255,190,208); }
H1.HeaderClassName
{
color: #FFBED0;
}
.AnyTagClassName
{
color: #FFBED0;
}
</style>
background-color css
<style>
a { background-color: #FFBED0; }
a { background-color: rgb(255,190,208); }
div.DivClassName
{
background-color: #FFBED0;
}
.BgClassName
{
background-color: #FFBED0;
}
</style>
border-color css
<style>
span { border-color: #FFBED0; }
span { border-color: rgb(255,190,208); }
td.TdClassName
{
border-color: #FFBED0;
}
.TagClassName
{
border-color: #FFBED0;
}
</style>