#FFAEC1

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

Shades of Light Pink #FFAEC1

Tints of Light Pink #FFAEC1

Color information

#FFAEC1 (or 0xFFAEC1) is unknown color: approx Light Pink. HEX triplet: FF, AE and C1. RGB value is (255,174,193). Sum of RGB (Red+Green+Blue) = 255+174+193=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC1 is #00513E. Grayscale: #C8C8C8. Windows color (decimal): -20799 or 12693247. OLE color: 12693247.

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

Color convert

RGB255174193-
CMYK00.320.240
HSL345.93º100%84.12%-
HSV(B)345.93º31.76%100%-
XYZ6655.3857.66-
YUV200.38123.84166.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=41.00%
G=27.97%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517419300.320.240345.9310084.12
HexFFAEC102018015a6454
Octal377256301040300532144124
Binary111111111010111011000001010000011000010101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEC1; }

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

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

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

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

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

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

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

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