#FFA4BF

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

Shades of Carnation Pink #FFA4BF

Tints of Carnation Pink #FFA4BF

Color information

#FFA4BF (or 0xFFA4BF) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and BF. RGB value is (255,164,191). Sum of RGB (Red+Green+Blue) = 255+164+191=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4BF is #005B40. Grayscale: #C2C2C2. Windows color (decimal): -23361 or 12559615. OLE color: 12559615.

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

Color convert

RGB255164191-
CMYK00.360.250
HSL342.2º100%82.16%-
HSV(B)342.2º35.69%100%-
XYZ63.9251.5755.88-
YUV194.29126.15171.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 191 (75% from 255) = 31.31%
R=41.80%
G=26.89%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419100.360.250342.210082.16
HexFFA4BF0241901566452
Octal377244277044310526144122
Binary111111111010010010111111010010011001010101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4BF; }

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

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

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

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

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

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

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

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