#FCA9CA

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

Shades of Carnation Pink #FCA9CA

Tints of Carnation Pink #FCA9CA

Color information

#FCA9CA (or 0xFCA9CA) is unknown color: approx Carnation Pink. HEX triplet: FC, A9 and CA. RGB value is (252,169,202). Sum of RGB (Red+Green+Blue) = 252+169+202=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CA is #035635. Grayscale: #C5C5C5. Windows color (decimal): -218678 or 13281788. OLE color: 13281788.

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

Color convert

RGB252169202-
CMYK00.330.200.01
HSL336.14º93.26%82.55%-
HSV(B)336.14º32.94%98.82%-
XYZ64.9953.3462.75-
YUV197.58130.5166.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=40.45%
G=27.13%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216920200.330.200.01336.1493.2682.55
HexFCA9CA0211411505d53
Octal374251312041241520135123
Binary111111001010100111001010010000110100110101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9CA; }

 p { color: rgb(252,169,202); }

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

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

 a { background-color: rgb(252,169,202); }

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

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

 span { border-color: rgb(252,169,202); }

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