Shades of Carnation Pink #FEA5CA
Tints of Carnation Pink #FEA5CA
RGB
CMYK
RGB Variations
Color information
#FEA5CA (or 0xFEA5CA) is known color: Carnation Pink. HEX triplet: FE, A5 and CA. RGB value is (254,165,202). Sum of RGB (Red+Green+Blue) = 254+165+202=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5CA is #015A35. Grayscale: #C3C3C3. Windows color (decimal): -88630 or 13280766. OLE color: 13280766.
HSL color Cylindrical-coordinate representation of color #FEA5CA: hue angle of 335.06º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5CA is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 202 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.00 |
| HSL | 335.06º | 0.98% | 0.82% | - |
| HSV(B) | 335.06º | 0.35% | 1% | - |
| XYZ | 64.99 | 52.25 | 62.54 | - |
| YUV | 195.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 202 | 0 | 0.35 | 0.20 | 0.00 | 335.06 | 0.98 | 0.82 |
| Hex | FE | A5 | CA | 0 | 23 | 14 | 0 | 14F | 62 | 52 |
| Octal | 376 | 245 | 312 | 0 | 43 | 24 | 0 | 517 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11001010 | 0 | 100011 | 10100 | 0 | 101001111 | 1100010 | 1010010 |
Color Harmonies of #FEA5CA
Complementary color
Monochromatic Colors of #FEA5CA
Black with #FEA5CA
Text Example
Text Example
White with #FEA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5CA; }
p { color: rgb(254,165,202); }
H1.HeaderClassName
{
color: #FEA5CA;
}
.AnyTagClassName
{
color: #FEA5CA;
}
</style>
background-color css
<style>
a { background-color: #FEA5CA; }
a { background-color: rgb(254,165,202); }
div.DivClassName
{
background-color: #FEA5CA;
}
.BgClassName
{
background-color: #FEA5CA;
}
</style>
border-color css
<style>
span { border-color: #FEA5CA; }
span { border-color: rgb(254,165,202); }
td.TdClassName
{
border-color: #FEA5CA;
}
.TagClassName
{
border-color: #FEA5CA;
}
</style>