Shades of Carnation Pink #FAAECA
Tints of Carnation Pink #FAAECA
RGB
CMYK
RGB Variations
Color information
#FAAECA (or 0xFAAECA) is known color: Carnation Pink. HEX triplet: FA, AE and CA. RGB value is (250,174,202). Sum of RGB (Red+Green+Blue) = 250+174+202=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECA is #055135. Grayscale: #C7C7C7. Windows color (decimal): -348470 or 13283066. OLE color: 13283066.
HSL color Cylindrical-coordinate representation of color #FAAECA: hue angle of 337.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAECA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 202 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.02 |
| HSL | 337.89º | 0.88% | 0.83% | - |
| HSV(B) | 337.89º | 0.3% | 0.98% | - |
| XYZ | 65.22 | 54.86 | 63.03 | - |
| YUV | 199.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 202 | 0 | 0.30 | 0.19 | 0.02 | 337.89 | 0.88 | 0.83 |
| Hex | FA | AE | CA | 0 | 1E | 13 | 2 | 152 | 58 | 53 |
| Octal | 372 | 256 | 312 | 0 | 36 | 23 | 2 | 522 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001010 | 0 | 11110 | 10011 | 10 | 101010010 | 1011000 | 1010011 |
Color Harmonies of #FAAECA
Complementary color
Monochromatic Colors of #FAAECA
Black with #FAAECA
Text Example
Text Example
White with #FAAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAECA; }
p { color: rgb(250,174,202); }
H1.HeaderClassName
{
color: #FAAECA;
}
.AnyTagClassName
{
color: #FAAECA;
}
</style>
background-color css
<style>
a { background-color: #FAAECA; }
a { background-color: rgb(250,174,202); }
div.DivClassName
{
background-color: #FAAECA;
}
.BgClassName
{
background-color: #FAAECA;
}
</style>
border-color css
<style>
span { border-color: #FAAECA; }
span { border-color: rgb(250,174,202); }
td.TdClassName
{
border-color: #FAAECA;
}
.TagClassName
{
border-color: #FAAECA;
}
</style>