#FFA7C9

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

Shades of Carnation Pink #FFA7C9

Tints of Carnation Pink #FFA7C9

Color information

#FFA7C9 (or 0xFFA7C9) is unknown color: approx Carnation Pink. HEX triplet: FF, A7 and C9. RGB value is (255,167,201). Sum of RGB (Red+Green+Blue) = 255+167+201=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7C9 is #005836. Grayscale: #C5C5C5. Windows color (decimal): -22583 or 13215743. OLE color: 13215743.

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

Color convert

RGB255167201-
CMYK00.350.210
HSL336.82º100%82.75%-
HSV(B)336.82º34.51%100%-
XYZ65.653.1162.05-
YUV197.19130.15169.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=40.93%
G=26.81%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516720100.350.210336.8210082.75
HexFFA7C90231501516453
Octal377247311043250521144123
Binary111111111010011111001001010001110101010101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7C9; }

 p { color: rgb(255,167,201); }

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

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

 a { background-color: rgb(255,167,201); }

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

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

 span { border-color: rgb(255,167,201); }

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