Html Css Color HEX #FFA6AE Light Pink

📋 copy color: '#FFA6AE'

red 255 ◦ green 166 ◦ blue 174

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

Shades of Light Pink #FFA6AE

Tints of Light Pink #FFA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.9%

 BLUE value IS 174 (68.36% from 255) = 29.24%

R = 42.86%
G = 27.9%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFA6AE (or 0xFFA6AE) is known color: Light Pink. HEX triplet: FF, A6 and AE. RGB value is (255,166,174). Sum of RGB (Red+Green+Blue) = 255+166+174=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AE is #005951. Grayscale: #C1C1C1. Windows color (decimal): -22866 or 11446015. OLE color: 11446015.

HSL color Cylindrical-coordinate representation of color #FFA6AE: hue angle of 354.61º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6AE is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 174 -
CMYK 0 0.35 0.32 0
HSL 354.61º 1% 0.83% -
HSV(B) 354.61º 0.35% 1% -
XYZ 62.52 51.59 46.71 -
YUV 193.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 255 166 174 0 0.35 0.32 0 354.61 1 0.83
Hex FF A6 AE 0 23 20 0 163 64 53
Octal 377 246 256 0 43 40 0 543 144 123
Binary 11111111 10100110 10101110 0 100011 100000 0 101100011 1100100 1010011

Color Harmonies of #FFA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6AE

Black with #FFA6AE

Text Example


Text Example

White with #FFA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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