Html Css Color HEX #FFAEC0 Light Pink

📋 copy color: '#FFAEC0'

red 255 ◦ green 174 ◦ blue 192

#FFAEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FFAEC0

Tints of Light Pink #FFAEC0

RGB

 RED value IS 255 (100% from 255) = 41.06%

 GREEN value IS 174 (68.36% from 255) = 28.02%

 BLUE value IS 192 (75.39% from 255) = 30.92%

R = 41.06%
G = 28.02%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFAEC0 (or 0xFFAEC0) is known color: Light Pink. HEX triplet: FF, AE and C0. RGB value is (255,174,192). Sum of RGB (Red+Green+Blue) = 255+174+192=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC0 is #00513F. Grayscale: #C8C8C8. Windows color (decimal): -20800 or 12627711. OLE color: 12627711.

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

Color convert

RGB 255 174 192 -
CMYK 0 0.32 0.25 0
HSL 346.67º 1% 0.84% -
HSV(B) 346.67º 0.32% 1% -
XYZ 65.89 55.34 57.08 -
YUV 200.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 255 174 192 0 0.32 0.25 0 346.67 1 0.84
Hex FF AE C0 0 20 19 0 15B 64 54
Octal 377 256 300 0 40 31 0 533 144 124
Binary 11111111 10101110 11000000 0 100000 11001 0 101011011 1100100 1010100

Color Harmonies of #FFAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEC0

Black with #FFAEC0

Text Example


Text Example

White with #FFAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEC0; }

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

 H1.HeaderClassName
 {
   color: #FFAEC0;
 }
 .AnyTagClassName
 {
   color: #FFAEC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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