Html Css Color HEX #FFA5B1 Light Pink

📋 copy color: '#FFA5B1'

red 255 ◦ green 165 ◦ blue 177

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

Shades of Light Pink #FFA5B1

Tints of Light Pink #FFA5B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 42.71%
G = 27.64%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFA5B1 (or 0xFFA5B1) is known color: Light Pink. HEX triplet: FF, A5 and B1. RGB value is (255,165,177). Sum of RGB (Red+Green+Blue) = 255+165+177=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5B1 is #005A4E. Grayscale: #C1C1C1. Windows color (decimal): -23119 or 11642367. OLE color: 11642367.

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

Color convert

RGB 255 165 177 -
CMYK 0 0.35 0.31 0
HSL 352º 1% 0.82% -
HSV(B) 352º 0.35% 1% -
XYZ 62.63 51.34 48.2 -
YUV 193.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 255 165 177 0 0.35 0.31 0 352 1 0.82
Hex FF A5 B1 0 23 1F 0 160 64 52
Octal 377 245 261 0 43 37 0 540 144 122
Binary 11111111 10100101 10110001 0 100011 11111 0 101100000 1100100 1010010

Color Harmonies of #FFA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5B1

Black with #FFA5B1

Text Example


Text Example

White with #FFA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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