#FCA8C7

Color #FCA8C7 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FCA8C7

Tints of Carnation Pink #FCA8C7

Color information

#FCA8C7 (or 0xFCA8C7) is unknown color: approx Carnation Pink. HEX triplet: FC, A8 and C7. RGB value is (252,168,199). Sum of RGB (Red+Green+Blue) = 252+168+199=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8C7 is #035738. Grayscale: #C4C4C4. Windows color (decimal): -218937 or 13084924. OLE color: 13084924.

HSL color Cylindrical-coordinate representation of color #FCA8C7: hue angle of 337.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8C7 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252168199-
CMYK00.330.210.01
HSL337.86º93.33%82.35%-
HSV(B)337.86º33.33%98.82%-
XYZ64.4652.8260.83-
YUV196.65129.33167.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 168 (66.02% from 255) = 27.14%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=40.71%
G=27.14%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216819900.330.210.01337.8693.3382.35
HexFCA8C70211511525d52
Octal374250307041251522135122
Binary111111001010100011000111010000110101110101001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8C7; }

 p { color: rgb(252,168,199); }

 H1.HeaderClassName
 {
   color: #FCA8C7;
 }
 .AnyTagClassName
 {
   color: #FCA8C7;
 }
</style>
background-color css

<style>
 a { background-color: #FCA8C7; }

 a { background-color: rgb(252,168,199); }

 div.DivClassName
 {
   background-color: #FCA8C7;
 }
 .BgClassName
 {
   background-color: #FCA8C7;
 }
</style>
border-color css

<style>
 span { border-color: #FCA8C7; }

 span { border-color: rgb(252,168,199); }

 td.TdClassName
 {
   border-color: #FCA8C7;
 }
 .TagClassName
 {
   border-color: #FCA8C7;
 }
</style>