#FFA0CF

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

Shades of Carnation Pink #FFA0CF

Tints of Carnation Pink #FFA0CF

Color information

#FFA0CF (or 0xFFA0CF) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and CF. RGB value is (255,160,207). Sum of RGB (Red+Green+Blue) = 255+160+207=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CF is #005F30. Grayscale: #C1C1C1. Windows color (decimal): -24369 or 13607167. OLE color: 13607167.

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

Color convert

RGB255160207-
CMYK00.370.190
HSL330.32º100%81.37%-
HSV(B)330.32º37.25%100%-
XYZ65.0750.9165.43-
YUV193.76135.47171.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 160 (62.89% from 255) = 25.72%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=41.00%
G=25.72%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516020700.370.190330.3210081.37
HexFFA0CF02513014a6451
Octal377240317045230512144121
Binary111111111010000011001111010010110011010100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0CF; }

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

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

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

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

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

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

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

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