Html Css Color HEX #FFA6B8 Light Pink

📋 copy color: '#FFA6B8'

red 255 ◦ green 166 ◦ blue 184

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

Shades of Light Pink #FFA6B8

Tints of Light Pink #FFA6B8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.44%

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

R = 42.15%
G = 27.44%
B = 30.41%

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

#FFA6B8 (or 0xFFA6B8) is known color: Light Pink. HEX triplet: FF, A6 and B8. RGB value is (255,166,184). Sum of RGB (Red+Green+Blue) = 255+166+184=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B8 is #005947. Grayscale: #C2C2C2. Windows color (decimal): -22856 or 12101375. OLE color: 12101375.

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

Color convert

RGB 255 166 184 -
CMYK 0 0.35 0.28 0
HSL 347.87º 1% 0.83% -
HSV(B) 347.87º 0.35% 1% -
XYZ 63.53 51.99 52.03 -
YUV 194.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 255 166 184 0 0.35 0.28 0 347.87 1 0.83
Hex FF A6 B8 0 23 1C 0 15C 64 53
Octal 377 246 270 0 43 34 0 534 144 123
Binary 11111111 10100110 10111000 0 100011 11100 0 101011100 1100100 1010011

Color Harmonies of #FFA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6B8

Black with #FFA6B8

Text Example


Text Example

White with #FFA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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