#FCA5BD

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

Shades of Carnation Pink #FCA5BD

Tints of Carnation Pink #FCA5BD

Color information

#FCA5BD (or 0xFCA5BD) is unknown color: approx Carnation Pink. HEX triplet: FC, A5 and BD. RGB value is (252,165,189). Sum of RGB (Red+Green+Blue) = 252+165+189=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5BD is #035A42. Grayscale: #C1C1C1. Windows color (decimal): -219715 or 12428796. OLE color: 12428796.

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

Color convert

RGB252165189-
CMYK00.350.250.01
HSL343.45º93.55%81.76%-
HSV(B)343.45º34.52%98.82%-
XYZ62.7951.2854.73-
YUV193.75125.32169.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=41.58%
G=27.23%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216518900.350.250.01343.4593.5581.76
HexFCA5BD0231911575e52
Octal374245275043311527136122
Binary111111001010010110111101010001111001110101011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5BD; }

 p { color: rgb(252,165,189); }

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

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

 a { background-color: rgb(252,165,189); }

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

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

 span { border-color: rgb(252,165,189); }

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