Shades of Carnation Pink #FCAFCB
Tints of Carnation Pink #FCAFCB
RGB
CMYK
RGB Variations
Color information
#FCAFCB (or 0xFCAFCB) is known color: Carnation Pink. HEX triplet: FC, AF and CB. RGB value is (252,175,203). Sum of RGB (Red+Green+Blue) = 252+175+203=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCB is #035034. Grayscale: #C9C9C9. Windows color (decimal): -217141 or 13348860. OLE color: 13348860.
HSL color Cylindrical-coordinate representation of color #FCAFCB: hue angle of 338.18º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFCB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 203 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 338.18º | 0.93% | 0.84% | - |
| HSV(B) | 338.18º | 0.31% | 0.99% | - |
| XYZ | 66.25 | 55.67 | 63.75 | - |
| YUV | 201.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 203 | 0 | 0.31 | 0.19 | 0.01 | 338.18 | 0.93 | 0.84 |
| Hex | FC | AF | CB | 0 | 1F | 13 | 1 | 152 | 5D | 54 |
| Octal | 374 | 257 | 313 | 0 | 37 | 23 | 1 | 522 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11001011 | 0 | 11111 | 10011 | 1 | 101010010 | 1011101 | 1010100 |
Color Harmonies of #FCAFCB
Complementary color
Monochromatic Colors of #FCAFCB
Black with #FCAFCB
Text Example
Text Example
White with #FCAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFCB; }
p { color: rgb(252,175,203); }
H1.HeaderClassName
{
color: #FCAFCB;
}
.AnyTagClassName
{
color: #FCAFCB;
}
</style>
background-color css
<style>
a { background-color: #FCAFCB; }
a { background-color: rgb(252,175,203); }
div.DivClassName
{
background-color: #FCAFCB;
}
.BgClassName
{
background-color: #FCAFCB;
}
</style>
border-color css
<style>
span { border-color: #FCAFCB; }
span { border-color: rgb(252,175,203); }
td.TdClassName
{
border-color: #FCAFCB;
}
.TagClassName
{
border-color: #FCAFCB;
}
</style>