Html Css Color HEX #FFA5B6 Light Pink

📋 copy color: '#FFA5B6'

red 255 ◦ green 165 ◦ blue 182

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

Shades of Light Pink #FFA5B6

Tints of Light Pink #FFA5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.23%

R = 42.36%
G = 27.41%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFA5B6 (or 0xFFA5B6) is known color: Light Pink. HEX triplet: FF, A5 and B6. RGB value is (255,165,182). Sum of RGB (Red+Green+Blue) = 255+165+182=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B6 is #005A49. Grayscale: #C1C1C1. Windows color (decimal): -23114 or 11970047. OLE color: 11970047.

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

Color convert

RGB 255 165 182 -
CMYK 0 0.35 0.29 0
HSL 348.67º 1% 0.82% -
HSV(B) 348.67º 0.35% 1% -
XYZ 63.14 51.55 50.88 -
YUV 193.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 255 165 182 0 0.35 0.29 0 348.67 1 0.82
Hex FF A5 B6 0 23 1D 0 15D 64 52
Octal 377 245 266 0 43 35 0 535 144 122
Binary 11111111 10100101 10110110 0 100011 11101 0 101011101 1100100 1010010

Color Harmonies of #FFA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5B6

Black with #FFA5B6

Text Example


Text Example

White with #FFA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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