Html Css Color HEX #FFA9B1 Light Pink

📋 copy color: '#FFA9B1'

red 255 ◦ green 169 ◦ blue 177

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

Shades of Light Pink #FFA9B1

Tints of Light Pink #FFA9B1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.12%

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

R = 42.43%
G = 28.12%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFA9B1 (or 0xFFA9B1) is known color: Light Pink. HEX triplet: FF, A9 and B1. RGB value is (255,169,177). Sum of RGB (Red+Green+Blue) = 255+169+177=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9B1 is #00564E. Grayscale: #C3C3C3. Windows color (decimal): -22095 or 11643391. OLE color: 11643391.

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

Color convert

RGB 255 169 177 -
CMYK 0 0.34 0.31 0
HSL 354.42º 1% 0.83% -
HSV(B) 354.42º 0.34% 1% -
XYZ 63.36 52.81 48.45 -
YUV 195.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 255 169 177 0 0.34 0.31 0 354.42 1 0.83
Hex FF A9 B1 0 22 1F 0 162 64 53
Octal 377 251 261 0 42 37 0 542 144 123
Binary 11111111 10101001 10110001 0 100010 11111 0 101100010 1100100 1010011

Color Harmonies of #FFA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9B1

Black with #FFA9B1

Text Example


Text Example

White with #FFA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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