#FFAECA

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

Shades of Carnation Pink #FFAECA

Tints of Carnation Pink #FFAECA

Color information

#FFAECA (or 0xFFAECA) is unknown color: approx Carnation Pink. HEX triplet: FF, AE and CA. RGB value is (255,174,202). Sum of RGB (Red+Green+Blue) = 255+174+202=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECA is #005135. Grayscale: #C9C9C9. Windows color (decimal): -20790 or 13283071. OLE color: 13283071.

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

Color convert

RGB255174202-
CMYK00.320.210
HSL339.26º100%84.12%-
HSV(B)339.26º31.76%100%-
XYZ67.0455.863.11-
YUV201.41128.34166.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=40.41%
G=27.58%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517420200.320.210339.2610084.12
HexFFAECA0201501536454
Octal377256312040250523144124
Binary111111111010111011001010010000010101010101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAECA; }

 p { color: rgb(255,174,202); }

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

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

 a { background-color: rgb(255,174,202); }

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

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

 span { border-color: rgb(255,174,202); }

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