#FFA2CE

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

Shades of Carnation Pink #FFA2CE

Tints of Carnation Pink #FFA2CE

Color information

#FFA2CE (or 0xFFA2CE) is unknown color: approx Carnation Pink. HEX triplet: FF, A2 and CE. RGB value is (255,162,206). Sum of RGB (Red+Green+Blue) = 255+162+206=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2CE is #005D31. Grayscale: #C2C2C2. Windows color (decimal): -23858 or 13542143. OLE color: 13542143.

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

Color convert

RGB255162206-
CMYK00.360.190
HSL331.61º100%81.76%-
HSV(B)331.61º36.47%100%-
XYZ65.351.5664.9-
YUV194.82134.31170.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 162 (63.67% from 255) = 26.00%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=40.93%
G=26.00%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516220600.360.190331.6110081.76
HexFFA2CE02413014c6452
Octal377242316044230514144122
Binary111111111010001011001110010010010011010100110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2CE; }

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

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

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

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

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

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

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

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