#FFAECB

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

Shades of Carnation Pink #FFAECB

Tints of Carnation Pink #FFAECB

Color information

#FFAECB (or 0xFFAECB) is unknown color: approx Carnation Pink. HEX triplet: FF, AE and CB. RGB value is (255,174,203). Sum of RGB (Red+Green+Blue) = 255+174+203=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECB is #005134. Grayscale: #C9C9C9. Windows color (decimal): -20789 or 13348607. OLE color: 13348607.

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

Color convert

RGB255174203-
CMYK00.320.200
HSL338.52º100%84.12%-
HSV(B)338.52º31.76%100%-
XYZ67.1655.8463.74-
YUV201.52128.84166.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=40.35%
G=27.53%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517420300.320.200338.5210084.12
HexFFAECB0201401536454
Octal377256313040240523144124
Binary111111111010111011001011010000010100010101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAECB; }

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

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

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

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

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

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

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

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