#FFA2C8

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

Shades of Carnation Pink #FFA2C8

Tints of Carnation Pink #FFA2C8

Color information

#FFA2C8 (or 0xFFA2C8) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and C8. RGB value is (255,162,200). Sum of RGB (Red+Green+Blue) = 255+162+200=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C8 is #005D37. Grayscale: #C2C2C2. Windows color (decimal): -23864 or 13148927. OLE color: 13148927.

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

Color convert

RGB255162200-
CMYK00.360.220
HSL335.48º100%81.76%-
HSV(B)335.48º36.47%100%-
XYZ64.5951.2761.14-
YUV194.14131.31171.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 162 (63.67% from 255) = 26.26%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=41.33%
G=26.26%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516220000.360.220335.4810081.76
HexFFA2C802416014f6452
Octal377242310044260517144122
Binary111111111010001011001000010010010110010100111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2C8; }

 p { color: rgb(255,162,200); }

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

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

 a { background-color: rgb(255,162,200); }

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

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

 span { border-color: rgb(255,162,200); }

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