#FFA0C8

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

Shades of Carnation Pink #FFA0C8

Tints of Carnation Pink #FFA0C8

Color information

#FFA0C8 (or 0xFFA0C8) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and C8. RGB value is (255,160,200). Sum of RGB (Red+Green+Blue) = 255+160+200=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C8 is #005F37. Grayscale: #C0C0C0. Windows color (decimal): -24376 or 13148415. OLE color: 13148415.

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

Color convert

RGB255160200-
CMYK00.370.220
HSL334.74º100%81.37%-
HSV(B)334.74º37.25%100%-
XYZ64.2450.5761.02-
YUV192.96131.97172.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 160 (62.89% from 255) = 26.02%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=41.46%
G=26.02%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516020000.370.220334.7410081.37
HexFFA0C802516014f6451
Octal377240310045260517144121
Binary111111111010000011001000010010110110010100111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0C8; }

 p { color: rgb(255,160,200); }

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

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

 a { background-color: rgb(255,160,200); }

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

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

 span { border-color: rgb(255,160,200); }

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