#FCA8CD

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

Shades of Carnation Pink #FCA8CD

Tints of Carnation Pink #FCA8CD

Color information

#FCA8CD (or 0xFCA8CD) is unknown color: approx Carnation Pink. HEX triplet: FC, A8 and CD. RGB value is (252,168,205). Sum of RGB (Red+Green+Blue) = 252+168+205=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CD is #035732. Grayscale: #C5C5C5. Windows color (decimal): -218931 or 13478140. OLE color: 13478140.

HSL color Cylindrical-coordinate representation of color #FCA8CD: hue angle of 333.57º 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 #FCA8CD is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252168205-
CMYK00.330.190.01
HSL333.57º93.33%82.35%-
HSV(B)333.57º33.33%98.82%-
XYZ65.1753.1164.57-
YUV197.33132.33166.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=40.32%
G=26.88%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216820500.330.190.01333.5793.3382.35
HexFCA8CD02113114e5d52
Octal374250315041231516135122
Binary111111001010100011001101010000110011110100111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8CD; }

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

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

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

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

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

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

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

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