#FFA4C1

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

Shades of Carnation Pink #FFA4C1

Tints of Carnation Pink #FFA4C1

Color information

#FFA4C1 (or 0xFFA4C1) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and C1. RGB value is (255,164,193). Sum of RGB (Red+Green+Blue) = 255+164+193=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C1 is #005B3E. Grayscale: #C2C2C2. Windows color (decimal): -23359 or 12690687. OLE color: 12690687.

HSL color Cylindrical-coordinate representation of color #FFA4C1: hue angle of 340.88º 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 #FFA4C1 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255164193-
CMYK00.360.240
HSL340.88º100%82.16%-
HSV(B)340.88º35.69%100%-
XYZ64.1451.6657.04-
YUV194.52127.15171.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=41.67%
G=26.80%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419300.360.240340.8810082.16
HexFFA4C10241801556452
Octal377244301044300525144122
Binary111111111010010011000001010010011000010101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4C1; }

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

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

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

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

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

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

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

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