#FFA8C6

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

Shades of Carnation Pink #FFA8C6

Tints of Carnation Pink #FFA8C6

Color information

#FFA8C6 (or 0xFFA8C6) is unknown color: approx Carnation Pink. HEX triplet: FF, A8 and C6. RGB value is (255,168,198). Sum of RGB (Red+Green+Blue) = 255+168+198=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C6 is #005739. Grayscale: #C5C5C5. Windows color (decimal): -22330 or 13019391. OLE color: 13019391.

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

Color convert

RGB255168198-
CMYK00.340.220
HSL339.31º100%82.94%-
HSV(B)339.31º34.12%100%-
XYZ65.4453.3460.27-
YUV197.43128.32169.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=41.06%
G=27.05%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516819800.340.220339.3110082.94
HexFFA8C60221601536453
Octal377250306042260523144123
Binary111111111010100011000110010001010110010101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8C6; }

 p { color: rgb(255,168,198); }

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

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

 a { background-color: rgb(255,168,198); }

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

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

 span { border-color: rgb(255,168,198); }

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