Html Css Color HEX #FFA5AE Light Pink

📋 copy color: '#FFA5AE'

red 255 ◦ green 165 ◦ blue 174

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

Shades of Light Pink #FFA5AE

Tints of Light Pink #FFA5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.78%

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

R = 42.93%
G = 27.78%
B = 29.29%

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

#FFA5AE (or 0xFFA5AE) is known color: Light Pink. HEX triplet: FF, A5 and AE. RGB value is (255,165,174). Sum of RGB (Red+Green+Blue) = 255+165+174=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AE is #005A51. Grayscale: #C0C0C0. Windows color (decimal): -23122 or 11445759. OLE color: 11445759.

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

Color convert

RGB 255 165 174 -
CMYK 0 0.35 0.32 0
HSL 354º 1% 0.82% -
HSV(B) 354º 0.35% 1% -
XYZ 62.34 51.23 46.65 -
YUV 192.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 255 165 174 0 0.35 0.32 0 354 1 0.82
Hex FF A5 AE 0 23 20 0 162 64 52
Octal 377 245 256 0 43 40 0 542 144 122
Binary 11111111 10100101 10101110 0 100011 100000 0 101100010 1100100 1010010

Color Harmonies of #FFA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5AE

Black with #FFA5AE

Text Example


Text Example

White with #FFA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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