Shades of Romantic #FFBD9C
Tints of Romantic #FFBD9C
RGB
CMYK
RGB Variations
Color information
#FFBD9C (or 0xFFBD9C) is known color: Romantic. HEX triplet: FF, BD and 9C. RGB value is (255,189,156). Sum of RGB (Red+Green+Blue) = 255+189+156=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD9C is #004263. Grayscale: #CDCDCD. Windows color (decimal): -16996 or 10272255. OLE color: 10272255.
HSL color Cylindrical-coordinate representation of color #FFBD9C: hue angle of 20º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFBD9C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 156 | - |
| CMYK | 0 | 0.26 | 0.39 | 0 |
| HSL | 20º | 1% | 0.81% | - |
| HSV(B) | 20º | 0.39% | 1% | - |
| XYZ | 65.44 | 60.06 | 39.6 | - |
| YUV | 204.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 156 | 0 | 0.26 | 0.39 | 0 | 20 | 1 | 0.81 |
| Hex | FF | BD | 9C | 0 | 1A | 27 | 0 | 14 | 64 | 51 |
| Octal | 377 | 275 | 234 | 0 | 32 | 47 | 0 | 24 | 144 | 121 |
| Binary | 11111111 | 10111101 | 10011100 | 0 | 11010 | 100111 | 0 | 10100 | 1100100 | 1010001 |
Color Harmonies of #FFBD9C
Complementary color
Monochromatic Colors of #FFBD9C
Black with #FFBD9C
Text Example
Text Example
White with #FFBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD9C; }
p { color: rgb(255,189,156); }
H1.HeaderClassName
{
color: #FFBD9C;
}
.AnyTagClassName
{
color: #FFBD9C;
}
</style>
background-color css
<style>
a { background-color: #FFBD9C; }
a { background-color: rgb(255,189,156); }
div.DivClassName
{
background-color: #FFBD9C;
}
.BgClassName
{
background-color: #FFBD9C;
}
</style>
border-color css
<style>
span { border-color: #FFBD9C; }
span { border-color: rgb(255,189,156); }
td.TdClassName
{
border-color: #FFBD9C;
}
.TagClassName
{
border-color: #FFBD9C;
}
</style>