#FFA4C7

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

Shades of Carnation Pink #FFA4C7

Tints of Carnation Pink #FFA4C7

Color information

#FFA4C7 (or 0xFFA4C7) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and C7. RGB value is (255,164,199). Sum of RGB (Red+Green+Blue) = 255+164+199=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C7 is #005B38. Grayscale: #C3C3C3. Windows color (decimal): -23353 or 13083903. OLE color: 13083903.

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

Color convert

RGB255164199-
CMYK00.360.220
HSL336.92º100%82.16%-
HSV(B)336.92º35.69%100%-
XYZ64.8251.9360.64-
YUV195.2130.15170.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=41.26%
G=26.54%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516419900.360.220336.9210082.16
HexFFA4C70241601516452
Octal377244307044260521144122
Binary111111111010010011000111010010010110010101000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4C7; }

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

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

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

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

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

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

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

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