Shades of Carnation Pink #FF9BCA
Tints of Carnation Pink #FF9BCA
RGB
CMYK
RGB Variations
Color information
#FF9BCA (or 0xFF9BCA) is known color: Carnation Pink. HEX triplet: FF, 9B and CA. RGB value is (255,155,202). Sum of RGB (Red+Green+Blue) = 255+155+202=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BCA is #006435. Grayscale: #BEBEBE. Windows color (decimal): -25654 or 13278207. OLE color: 13278207.
HSL color Cylindrical-coordinate representation of color #FF9BCA: hue angle of 331.8º 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 #FF9BCA is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 155 | 202 | - |
CMYK | 0 | 0.39 | 0.21 | 0 |
HSL | 331.8º | 1% | 0.8% | - |
HSV(B) | 331.8º | 0.39% | 1% | - |
XYZ | 63.62 | 48.97 | 61.98 | - |
YUV | 190.26 | 134.63 | 174.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 155 | 202 | 0 | 0.39 | 0.21 | 0 | 331.8 | 1 | 0.8 |
Hex | FF | 9B | CA | 0 | 27 | 15 | 0 | 14C | 64 | 50 |
Octal | 377 | 233 | 312 | 0 | 47 | 25 | 0 | 514 | 144 | 120 |
Binary | 11111111 | 10011011 | 11001010 | 0 | 100111 | 10101 | 0 | 101001100 | 1100100 | 1010000 |
Color Harmonies of #FF9BCA
Complementary color
Monochromatic Colors of #FF9BCA
Black with #FF9BCA
Text Example
Text Example
White with #FF9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BCA; }
p { color: rgb(255,155,202); }
H1.HeaderClassName
{
color: #FF9BCA;
}
.AnyTagClassName
{
color: #FF9BCA;
}
</style>
background-color css
<style>
a { background-color: #FF9BCA; }
a { background-color: rgb(255,155,202); }
div.DivClassName
{
background-color: #FF9BCA;
}
.BgClassName
{
background-color: #FF9BCA;
}
</style>
border-color css
<style>
span { border-color: #FF9BCA; }
span { border-color: rgb(255,155,202); }
td.TdClassName
{
border-color: #FF9BCA;
}
.TagClassName
{
border-color: #FF9BCA;
}
</style>