Html Css Color HEX #FFA8AB Light Pink

📋 copy color: '#FFA8AB'

red 255 ◦ green 168 ◦ blue 171

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

Shades of Light Pink #FFA8AB

Tints of Light Pink #FFA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 42.93%
G = 28.28%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFA8AB (or 0xFFA8AB) is known color: Light Pink. HEX triplet: FF, A8 and AB. RGB value is (255,168,171). Sum of RGB (Red+Green+Blue) = 255+168+171=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8AB is #005754. Grayscale: #C2C2C2. Windows color (decimal): -22357 or 11249919. OLE color: 11249919.

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

Color convert

RGB 255 168 171 -
CMYK 0 0.34 0.33 0
HSL 357.93º 1% 0.83% -
HSV(B) 357.93º 0.34% 1% -
XYZ 62.59 52.21 45.31 -
YUV 194.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 255 168 171 0 0.34 0.33 0 357.93 1 0.83
Hex FF A8 AB 0 22 21 0 166 64 53
Octal 377 250 253 0 42 41 0 546 144 123
Binary 11111111 10101000 10101011 0 100010 100001 0 101100110 1100100 1010011

Color Harmonies of #FFA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8AB

Black with #FFA8AB

Text Example


Text Example

White with #FFA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8AB; }

 p { color: rgb(255,168,171); }

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

background-color css

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

 a { background-color: rgb(255,168,171); }

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

border-color css

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

 span { border-color: rgb(255,168,171); }

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