Html Css Color HEX #FFAEC2 Light Pink

📋 copy color: '#FFAEC2'

red 255 ◦ green 174 ◦ blue 194

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

Shades of Light Pink #FFAEC2

Tints of Light Pink #FFAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.14%

R = 40.93%
G = 27.93%
B = 31.14%

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

#FFAEC2 (or 0xFFAEC2) is known color: Light Pink. HEX triplet: FF, AE and C2. RGB value is (255,174,194). Sum of RGB (Red+Green+Blue) = 255+174+194=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC2 is #00513D. Grayscale: #C8C8C8. Windows color (decimal): -20798 or 12758783. OLE color: 12758783.

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

Color convert

RGB 255 174 194 -
CMYK 0 0.32 0.24 0
HSL 345.19º 1% 0.84% -
HSV(B) 345.19º 0.32% 1% -
XYZ 66.11 55.43 58.25 -
YUV 200.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 255 174 194 0 0.32 0.24 0 345.19 1 0.84
Hex FF AE C2 0 20 18 0 159 64 54
Octal 377 256 302 0 40 30 0 531 144 124
Binary 11111111 10101110 11000010 0 100000 11000 0 101011001 1100100 1010100

Color Harmonies of #FFAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEC2

Black with #FFAEC2

Text Example


Text Example

White with #FFAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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