#FFAAC4

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

Shades of Carnation Pink #FFAAC4

Tints of Carnation Pink #FFAAC4

Color information

#FFAAC4 (or 0xFFAAC4) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and C4. RGB value is (255,170,196). Sum of RGB (Red+Green+Blue) = 255+170+196=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC4 is #00553B. Grayscale: #C6C6C6. Windows color (decimal): -21820 or 12888831. OLE color: 12888831.

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

Color convert

RGB255170196-
CMYK00.330.230
HSL341.65º100%83.33%-
HSV(B)341.65º33.33%100%-
XYZ65.5853.9959.19-
YUV198.38126.66168.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=41.06%
G=27.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019600.330.230341.6510083.33
HexFFAAC40211701566453
Octal377252304041270526144123
Binary111111111010101011000100010000110111010101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC4; }

 p { color: rgb(255,170,196); }

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

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

 a { background-color: rgb(255,170,196); }

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

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

 span { border-color: rgb(255,170,196); }

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