#FFA4C4

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

Shades of Carnation Pink #FFA4C4

Tints of Carnation Pink #FFA4C4

Color information

#FFA4C4 (or 0xFFA4C4) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and C4. RGB value is (255,164,196). Sum of RGB (Red+Green+Blue) = 255+164+196=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C4 is #005B3B. Grayscale: #C2C2C2. Windows color (decimal): -23356 or 12887295. OLE color: 12887295.

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

Color convert

RGB255164196-
CMYK00.360.230
HSL338.9º100%82.16%-
HSV(B)338.9º35.69%100%-
XYZ64.4851.858.82-
YUV194.86128.65170.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=41.46%
G=26.67%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419600.360.230338.910082.16
HexFFA4C40241701536452
Octal377244304044270523144122
Binary111111111010010011000100010010010111010101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4C4; }

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

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

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

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

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

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

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

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