#FFA2D1

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

Shades of Carnation Pink #FFA2D1

Tints of Carnation Pink #FFA2D1

Color information

#FFA2D1 (or 0xFFA2D1) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and D1. RGB value is (255,162,209). Sum of RGB (Red+Green+Blue) = 255+162+209=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D1 is #005D2E. Grayscale: #C3C3C3. Windows color (decimal): -23855 or 13738751. OLE color: 13738751.

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

Color convert

RGB255162209-
CMYK00.360.180
HSL329.68º100%81.76%-
HSV(B)329.68º36.47%100%-
XYZ65.6751.766.84-
YUV195.16135.81170.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 162 (63.67% from 255) = 25.88%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=40.73%
G=25.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516220900.360.180329.6810081.76
HexFFA2D102412014a6452
Octal377242321044220512144122
Binary111111111010001011010001010010010010010100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2D1; }

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

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

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

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

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

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

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

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