Shades of Carnation Pink #FA96CB
Tints of Carnation Pink #FA96CB
RGB
CMYK
RGB Variations
Color information
#FA96CB (or 0xFA96CB) is known color: Carnation Pink. HEX triplet: FA, 96 and CB. RGB value is (250,150,203). Sum of RGB (Red+Green+Blue) = 250+150+203=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96CB is #056934. Grayscale: #B9B9B9. Windows color (decimal): -354613 or 13342458. OLE color: 13342458.
HSL color Cylindrical-coordinate representation of color #FA96CB: hue angle of 328.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96CB is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 203 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.02 |
| HSL | 328.2º | 0.91% | 0.78% | - |
| HSV(B) | 328.2º | 0.4% | 0.98% | - |
| XYZ | 61.11 | 46.45 | 62.24 | - |
| YUV | 185.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 203 | 0 | 0.4 | 0.19 | 0.02 | 328.2 | 0.91 | 0.78 |
| Hex | FA | 96 | CB | 0 | 28 | 13 | 2 | 148 | 5B | 4E |
| Octal | 372 | 226 | 313 | 0 | 50 | 23 | 2 | 510 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11001011 | 0 | 101000 | 10011 | 10 | 101001000 | 1011011 | 1001110 |
Color Harmonies of #FA96CB
Complementary color
Monochromatic Colors of #FA96CB
Black with #FA96CB
Text Example
Text Example
White with #FA96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96CB; }
p { color: rgb(250,150,203); }
H1.HeaderClassName
{
color: #FA96CB;
}
.AnyTagClassName
{
color: #FA96CB;
}
</style>
background-color css
<style>
a { background-color: #FA96CB; }
a { background-color: rgb(250,150,203); }
div.DivClassName
{
background-color: #FA96CB;
}
.BgClassName
{
background-color: #FA96CB;
}
</style>
border-color css
<style>
span { border-color: #FA96CB; }
span { border-color: rgb(250,150,203); }
td.TdClassName
{
border-color: #FA96CB;
}
.TagClassName
{
border-color: #FA96CB;
}
</style>