Shades of Carnation Pink #FE96CB
Tints of Carnation Pink #FE96CB
RGB
CMYK
RGB Variations
Color information
#FE96CB (or 0xFE96CB) is known color: Carnation Pink. HEX triplet: FE, 96 and CB. RGB value is (254,150,203). Sum of RGB (Red+Green+Blue) = 254+150+203=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CB is #016934. Grayscale: #BBBBBB. Windows color (decimal): -92469 or 13342462. OLE color: 13342462.
HSL color Cylindrical-coordinate representation of color #FE96CB: hue angle of 329.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96CB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 203 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.00 |
| HSL | 329.42º | 0.98% | 0.79% | - |
| HSV(B) | 329.42º | 0.41% | 1% | - |
| XYZ | 62.56 | 47.2 | 62.31 | - |
| YUV | 187.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 203 | 0 | 0.41 | 0.20 | 0.00 | 329.42 | 0.98 | 0.79 |
| Hex | FE | 96 | CB | 0 | 29 | 14 | 0 | 149 | 62 | 4F |
| Octal | 376 | 226 | 313 | 0 | 51 | 24 | 0 | 511 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11001011 | 0 | 101001 | 10100 | 0 | 101001001 | 1100010 | 1001111 |
Color Harmonies of #FE96CB
Complementary color
Monochromatic Colors of #FE96CB
Black with #FE96CB
Text Example
Text Example
White with #FE96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96CB; }
p { color: rgb(254,150,203); }
H1.HeaderClassName
{
color: #FE96CB;
}
.AnyTagClassName
{
color: #FE96CB;
}
</style>
background-color css
<style>
a { background-color: #FE96CB; }
a { background-color: rgb(254,150,203); }
div.DivClassName
{
background-color: #FE96CB;
}
.BgClassName
{
background-color: #FE96CB;
}
</style>
border-color css
<style>
span { border-color: #FE96CB; }
span { border-color: rgb(254,150,203); }
td.TdClassName
{
border-color: #FE96CB;
}
.TagClassName
{
border-color: #FE96CB;
}
</style>