#FFAACE

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

Shades of Carnation Pink #FFAACE

Tints of Carnation Pink #FFAACE

Color information

#FFAACE (or 0xFFAACE) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and CE. RGB value is (255,170,206). Sum of RGB (Red+Green+Blue) = 255+170+206=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACE is #005531. Grayscale: #C7C7C7. Windows color (decimal): -21810 or 13544191. OLE color: 13544191.

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

Color convert

RGB255170206-
CMYK00.330.190
HSL334.59º100%83.33%-
HSV(B)334.59º33.33%100%-
XYZ66.7654.4765.39-
YUV199.52131.66167.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=40.41%
G=26.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517020600.330.190334.5910083.33
HexFFAACE02113014f6453
Octal377252316041230517144123
Binary111111111010101011001110010000110011010100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAACE; }

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

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

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

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

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

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

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

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