#FFA7CC

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

Shades of Carnation Pink #FFA7CC

Tints of Carnation Pink #FFA7CC

Color information

#FFA7CC (or 0xFFA7CC) is unknown color: approx Carnation Pink. HEX triplet: FF, A7 and CC. RGB value is (255,167,204). Sum of RGB (Red+Green+Blue) = 255+167+204=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CC is #005833. Grayscale: #C5C5C5. Windows color (decimal): -22580 or 13412351. OLE color: 13412351.

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

Color convert

RGB255167204-
CMYK00.350.20
HSL334.77º100%82.75%-
HSV(B)334.77º34.51%100%-
XYZ65.9653.2663.93-
YUV197.53131.65168.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 167 (65.62% from 255) = 26.68%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=40.73%
G=26.68%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516720400.350.20334.7710082.75
HexFFA7CC02314014f6453
Octal377247314043240517144123
Binary111111111010011111001100010001110100010100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7CC; }

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

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

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

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

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

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

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

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