Shades of Carnation Pink #FEA5C3
Tints of Carnation Pink #FEA5C3
RGB
CMYK
RGB Variations
Color information
#FEA5C3 (or 0xFEA5C3) is known color: Carnation Pink. HEX triplet: FE, A5 and C3. RGB value is (254,165,195). Sum of RGB (Red+Green+Blue) = 254+165+195=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5C3 is #015A3C. Grayscale: #C3C3C3. Windows color (decimal): -88637 or 12822014. OLE color: 12822014.
HSL color Cylindrical-coordinate representation of color #FEA5C3: hue angle of 339.78º 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 #FEA5C3 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 195 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.00 |
| HSL | 339.78º | 0.98% | 0.82% | - |
| HSV(B) | 339.78º | 0.35% | 1% | - |
| XYZ | 64.18 | 51.92 | 58.27 | - |
| YUV | 195.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 195 | 0 | 0.35 | 0.23 | 0.00 | 339.78 | 0.98 | 0.82 |
| Hex | FE | A5 | C3 | 0 | 23 | 17 | 0 | 154 | 62 | 52 |
| Octal | 376 | 245 | 303 | 0 | 43 | 27 | 0 | 524 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11000011 | 0 | 100011 | 10111 | 0 | 101010100 | 1100010 | 1010010 |
Color Harmonies of #FEA5C3
Complementary color
Monochromatic Colors of #FEA5C3
Black with #FEA5C3
Text Example
Text Example
White with #FEA5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5C3; }
p { color: rgb(254,165,195); }
H1.HeaderClassName
{
color: #FEA5C3;
}
.AnyTagClassName
{
color: #FEA5C3;
}
</style>
background-color css
<style>
a { background-color: #FEA5C3; }
a { background-color: rgb(254,165,195); }
div.DivClassName
{
background-color: #FEA5C3;
}
.BgClassName
{
background-color: #FEA5C3;
}
</style>
border-color css
<style>
span { border-color: #FEA5C3; }
span { border-color: rgb(254,165,195); }
td.TdClassName
{
border-color: #FEA5C3;
}
.TagClassName
{
border-color: #FEA5C3;
}
</style>