Html Css Color HEX #FFA5BA Light Pink

📋 copy color: '#FFA5BA'

red 255 ◦ green 165 ◦ blue 186

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

Shades of Light Pink #FFA5BA

Tints of Light Pink #FFA5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.69%

R = 42.08%
G = 27.23%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFA5BA (or 0xFFA5BA) is known color: Light Pink. HEX triplet: FF, A5 and BA. RGB value is (255,165,186). Sum of RGB (Red+Green+Blue) = 255+165+186=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5BA is #005A45. Grayscale: #C2C2C2. Windows color (decimal): -23110 or 12232191. OLE color: 12232191.

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

Color convert

RGB 255 165 186 -
CMYK 0 0.35 0.27 0
HSL 346º 1% 0.82% -
HSV(B) 346º 0.35% 1% -
XYZ 63.56 51.72 53.09 -
YUV 194.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 255 165 186 0 0.35 0.27 0 346 1 0.82
Hex FF A5 BA 0 23 1B 0 15A 64 52
Octal 377 245 272 0 43 33 0 532 144 122
Binary 11111111 10100101 10111010 0 100011 11011 0 101011010 1100100 1010010

Color Harmonies of #FFA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5BA

Black with #FFA5BA

Text Example


Text Example

White with #FFA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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