#FFA2D0

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

Shades of Carnation Pink #FFA2D0

Tints of Carnation Pink #FFA2D0

Color information

#FFA2D0 (or 0xFFA2D0) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and D0. RGB value is (255,162,208). Sum of RGB (Red+Green+Blue) = 255+162+208=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D0 is #005D2F. Grayscale: #C2C2C2. Windows color (decimal): -23856 or 13673215. OLE color: 13673215.

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

Color convert

RGB255162208-
CMYK00.360.180
HSL330.32º100%81.76%-
HSV(B)330.32º36.47%100%-
XYZ65.5551.6566.19-
YUV195.05135.31170.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=40.8%
G=25.92%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516220800.360.180330.3210081.76
HexFFA2D002412014a6452
Octal377242320044220512144122
Binary111111111010001011010000010010010010010100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2D0; }

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

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

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

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

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

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

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

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