#FFA9CE

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

Shades of Carnation Pink #FFA9CE

Tints of Carnation Pink #FFA9CE

Color information

#FFA9CE (or 0xFFA9CE) is unknown color: approx Carnation Pink. HEX triplet: FF, A9 and CE. RGB value is (255,169,206). Sum of RGB (Red+Green+Blue) = 255+169+206=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9CE is #005631. Grayscale: #C6C6C6. Windows color (decimal): -22066 or 13543935. OLE color: 13543935.

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

Color convert

RGB255169206-
CMYK00.340.190
HSL334.19º100%83.14%-
HSV(B)334.19º33.73%100%-
XYZ66.5754.0965.32-
YUV198.93131.99167.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 169 (66.41% from 255) = 26.83%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=40.48%
G=26.83%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516920600.340.190334.1910083.14
HexFFA9CE02213014e6453
Octal377251316042230516144123
Binary111111111010100111001110010001010011010100111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9CE; }

 p { color: rgb(255,169,206); }

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

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

 a { background-color: rgb(255,169,206); }

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

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

 span { border-color: rgb(255,169,206); }

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