Html Css Color HEX #FFAEC1 Light Pink

📋 copy color: '#FFAEC1'

red 255 ◦ green 174 ◦ blue 193

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

Shades of Light Pink #FFAEC1

Tints of Light Pink #FFAEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.03%

R = 41%
G = 27.97%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFAEC1 (or 0xFFAEC1) is known color: 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

RGB 255 174 193 -
CMYK 0 0.32 0.24 0
HSL 345.93º 1% 0.84% -
HSV(B) 345.93º 0.32% 1% -
XYZ 66 55.38 57.66 -
YUV 200.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 255 174 193 0 0.32 0.24 0 345.93 1 0.84
Hex FF AE C1 0 20 18 0 15A 64 54
Octal 377 256 301 0 40 30 0 532 144 124
Binary 11111111 10101110 11000001 0 100000 11000 0 101011010 1100100 1010100

Color Harmonies of #FFAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEC1

Black with #FFAEC1

Text Example


Text Example

White with #FFAEC1

Text Example


Text Example

HTML Codes & Css Web 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>