#FFA4C0

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

Shades of Carnation Pink #FFA4C0

Tints of Carnation Pink #FFA4C0

Color information

#FFA4C0 (or 0xFFA4C0) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and C0. RGB value is (255,164,192). Sum of RGB (Red+Green+Blue) = 255+164+192=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C0 is #005B3F. Grayscale: #C2C2C2. Windows color (decimal): -23360 or 12625151. OLE color: 12625151.

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

Color convert

RGB255164192-
CMYK00.360.250
HSL341.54º100%82.16%-
HSV(B)341.54º35.69%100%-
XYZ64.0351.6256.46-
YUV194.4126.65171.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=41.73%
G=26.84%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419200.360.250341.5410082.16
HexFFA4C00241901566452
Octal377244300044310526144122
Binary111111111010010011000000010010011001010101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4C0; }

 p { color: rgb(255,164,192); }

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

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

 a { background-color: rgb(255,164,192); }

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

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

 span { border-color: rgb(255,164,192); }

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