#FFA4BE

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

Shades of Carnation Pink #FFA4BE

Tints of Carnation Pink #FFA4BE

Color information

#FFA4BE (or 0xFFA4BE) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and BE. RGB value is (255,164,190). Sum of RGB (Red+Green+Blue) = 255+164+190=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4BE is #005B41. Grayscale: #C2C2C2. Windows color (decimal): -23362 or 12494079. OLE color: 12494079.

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

Color convert

RGB255164190-
CMYK00.360.250
HSL342.86º100%82.16%-
HSV(B)342.86º35.69%100%-
XYZ63.8151.5355.3-
YUV194.17125.65171.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=41.87%
G=26.93%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419000.360.250342.8610082.16
HexFFA4BE0241901576452
Octal377244276044310527144122
Binary111111111010010010111110010010011001010101011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4BE; }

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

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

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

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

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

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

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

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