#FFA5C5

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

Shades of Carnation Pink #FFA5C5

Tints of Carnation Pink #FFA5C5

Color information

#FFA5C5 (or 0xFFA5C5) is unknown color: approx Carnation Pink. HEX triplet: FF, A5 and C5. RGB value is (255,165,197). Sum of RGB (Red+Green+Blue) = 255+165+197=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C5 is #005A3A. Grayscale: #C3C3C3. Windows color (decimal): -23099 or 12953087. OLE color: 12953087.

HSL color Cylindrical-coordinate representation of color #FFA5C5: hue angle of 338.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5C5 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255165197-
CMYK00.350.230
HSL338.67º100%82.35%-
HSV(B)338.67º35.29%100%-
XYZ64.7752.259.49-
YUV195.56128.82170.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 165 (64.84% from 255) = 26.74%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=41.33%
G=26.74%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516519700.350.230338.6710082.35
HexFFA5C50231701536452
Octal377245305043270523144122
Binary111111111010010111000101010001110111010101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5C5; }

 p { color: rgb(255,165,197); }

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

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

 a { background-color: rgb(255,165,197); }

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

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

 span { border-color: rgb(255,165,197); }

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