Html Css Color HEX #FFA5B8 Light Pink

📋 copy color: '#FFA5B8'

red 255 ◦ green 165 ◦ blue 184

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

Shades of Light Pink #FFA5B8

Tints of Light Pink #FFA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.46%

R = 42.22%
G = 27.32%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFA5B8 (or 0xFFA5B8) is known color: Light Pink. HEX triplet: FF, A5 and B8. RGB value is (255,165,184). Sum of RGB (Red+Green+Blue) = 255+165+184=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B8 is #005A47. Grayscale: #C2C2C2. Windows color (decimal): -23112 or 12101119. OLE color: 12101119.

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

Color convert

RGB 255 165 184 -
CMYK 0 0.35 0.28 0
HSL 347.33º 1% 0.82% -
HSV(B) 347.33º 0.35% 1% -
XYZ 63.35 51.63 51.97 -
YUV 194.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 255 165 184 0 0.35 0.28 0 347.33 1 0.82
Hex FF A5 B8 0 23 1C 0 15B 64 52
Octal 377 245 270 0 43 34 0 533 144 122
Binary 11111111 10100101 10111000 0 100011 11100 0 101011011 1100100 1010010

Color Harmonies of #FFA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5B8

Black with #FFA5B8

Text Example


Text Example

White with #FFA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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