#FFA0D1

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

Shades of Carnation Pink #FFA0D1

Tints of Carnation Pink #FFA0D1

Color information

#FFA0D1 (or 0xFFA0D1) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and D1. RGB value is (255,160,209). Sum of RGB (Red+Green+Blue) = 255+160+209=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D1 is #005F2E. Grayscale: #C1C1C1. Windows color (decimal): -24367 or 13738239. OLE color: 13738239.

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

Color convert

RGB255160209-
CMYK00.370.180
HSL329.05º100%81.37%-
HSV(B)329.05º37.25%100%-
XYZ65.3251.0166.72-
YUV193.99136.47171.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 160 (62.89% from 255) = 25.64%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=40.87%
G=25.64%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516020900.370.180329.0510081.37
HexFFA0D10251201496451
Octal377240321045220511144121
Binary111111111010000011010001010010110010010100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0D1; }

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

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

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

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

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

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

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

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