Shades of Carnation Pink #FF9BD3
Tints of Carnation Pink #FF9BD3
RGB
CMYK
RGB Variations
Color information
#FF9BD3 (or 0xFF9BD3) is known color: Carnation Pink. HEX triplet: FF, 9B and D3. RGB value is (255,155,211). Sum of RGB (Red+Green+Blue) = 255+155+211=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BD3 is #00642C. Grayscale: #BFBFBF. Windows color (decimal): -25645 or 13868031. OLE color: 13868031.
HSL color Cylindrical-coordinate representation of color #FF9BD3: hue angle of 326.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BD3 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 211 | - |
| CMYK | 0 | 0.39 | 0.17 | 0 |
| HSL | 326.4º | 1% | 0.8% | - |
| HSV(B) | 326.4º | 0.39% | 1% | - |
| XYZ | 64.72 | 49.41 | 67.75 | - |
| YUV | 191.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 211 | 0 | 0.39 | 0.17 | 0 | 326.4 | 1 | 0.8 |
| Hex | FF | 9B | D3 | 0 | 27 | 11 | 0 | 146 | 64 | 50 |
| Octal | 377 | 233 | 323 | 0 | 47 | 21 | 0 | 506 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11010011 | 0 | 100111 | 10001 | 0 | 101000110 | 1100100 | 1010000 |
Color Harmonies of #FF9BD3
Complementary color
Monochromatic Colors of #FF9BD3
Black with #FF9BD3
Text Example
Text Example
White with #FF9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BD3; }
p { color: rgb(255,155,211); }
H1.HeaderClassName
{
color: #FF9BD3;
}
.AnyTagClassName
{
color: #FF9BD3;
}
</style>
background-color css
<style>
a { background-color: #FF9BD3; }
a { background-color: rgb(255,155,211); }
div.DivClassName
{
background-color: #FF9BD3;
}
.BgClassName
{
background-color: #FF9BD3;
}
</style>
border-color css
<style>
span { border-color: #FF9BD3; }
span { border-color: rgb(255,155,211); }
td.TdClassName
{
border-color: #FF9BD3;
}
.TagClassName
{
border-color: #FF9BD3;
}
</style>