Shades of Your Pink #FFCDBD
Tints of Your Pink #FFCDBD
RGB
CMYK
RGB Variations
Color information
#FFCDBD (or 0xFFCDBD) is known color: Your Pink. HEX triplet: FF, CD and BD. RGB value is (255,205,189). Sum of RGB (Red+Green+Blue) = 255+205+189=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDBD is #003242. Grayscale: #DADADA. Windows color (decimal): -12867 or 12439039. OLE color: 12439039.
HSL color Cylindrical-coordinate representation of color #FFCDBD: hue angle of 14.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFCDBD is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 189 | - |
CMYK | 0 | 0.20 | 0.26 | 0 |
HSL | 14.55º | 1% | 0.87% | - |
HSV(B) | 14.55º | 0.26% | 1% | - |
XYZ | 72.26 | 68.6 | 57.58 | - |
YUV | 218.13 | 111.57 | 154.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 189 | 0 | 0.20 | 0.26 | 0 | 14.55 | 1 | 0.87 |
Hex | FF | CD | BD | 0 | 14 | 1A | 0 | F | 64 | 57 |
Octal | 377 | 315 | 275 | 0 | 24 | 32 | 0 | 17 | 144 | 127 |
Binary | 11111111 | 11001101 | 10111101 | 0 | 10100 | 11010 | 0 | 1111 | 1100100 | 1010111 |
Color Harmonies of #FFCDBD
Complementary color
Monochromatic Colors of #FFCDBD
Black with #FFCDBD
Text Example
Text Example
White with #FFCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDBD; }
p { color: rgb(255,205,189); }
H1.HeaderClassName
{
color: #FFCDBD;
}
.AnyTagClassName
{
color: #FFCDBD;
}
</style>
background-color css
<style>
a { background-color: #FFCDBD; }
a { background-color: rgb(255,205,189); }
div.DivClassName
{
background-color: #FFCDBD;
}
.BgClassName
{
background-color: #FFCDBD;
}
</style>
border-color css
<style>
span { border-color: #FFCDBD; }
span { border-color: rgb(255,205,189); }
td.TdClassName
{
border-color: #FFCDBD;
}
.TagClassName
{
border-color: #FFCDBD;
}
</style>