Shades of Carnation Pink #FAAECB
Tints of Carnation Pink #FAAECB
RGB
CMYK
RGB Variations
Color information
#FAAECB (or 0xFAAECB) is known color: Carnation Pink. HEX triplet: FA, AE and CB. RGB value is (250,174,203). Sum of RGB (Red+Green+Blue) = 250+174+203=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECB is #055134. Grayscale: #C7C7C7. Windows color (decimal): -348469 or 13348602. OLE color: 13348602.
HSL color Cylindrical-coordinate representation of color #FAAECB: hue angle of 337.11º 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 #FAAECB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 203 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.02 |
| HSL | 337.11º | 0.88% | 0.83% | - |
| HSV(B) | 337.11º | 0.3% | 0.98% | - |
| XYZ | 65.34 | 54.91 | 63.65 | - |
| YUV | 200.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 203 | 0 | 0.30 | 0.19 | 0.02 | 337.11 | 0.88 | 0.83 |
| Hex | FA | AE | CB | 0 | 1E | 13 | 2 | 151 | 58 | 53 |
| Octal | 372 | 256 | 313 | 0 | 36 | 23 | 2 | 521 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11001011 | 0 | 11110 | 10011 | 10 | 101010001 | 1011000 | 1010011 |
Color Harmonies of #FAAECB
Complementary color
Monochromatic Colors of #FAAECB
Black with #FAAECB
Text Example
Text Example
White with #FAAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAECB; }
p { color: rgb(250,174,203); }
H1.HeaderClassName
{
color: #FAAECB;
}
.AnyTagClassName
{
color: #FAAECB;
}
</style>
background-color css
<style>
a { background-color: #FAAECB; }
a { background-color: rgb(250,174,203); }
div.DivClassName
{
background-color: #FAAECB;
}
.BgClassName
{
background-color: #FAAECB;
}
</style>
border-color css
<style>
span { border-color: #FAAECB; }
span { border-color: rgb(250,174,203); }
td.TdClassName
{
border-color: #FAAECB;
}
.TagClassName
{
border-color: #FAAECB;
}
</style>