Html Css Color HEX #FFA6B3 Light Pink

📋 copy color: '#FFA6B3'

red 255 ◦ green 166 ◦ blue 179

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

Shades of Light Pink #FFA6B3

Tints of Light Pink #FFA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.83%

R = 42.5%
G = 27.67%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFA6B3 (or 0xFFA6B3) is known color: Light Pink. HEX triplet: FF, A6 and B3. RGB value is (255,166,179). Sum of RGB (Red+Green+Blue) = 255+166+179=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B3 is #00594C. Grayscale: #C2C2C2. Windows color (decimal): -22861 or 11773695. OLE color: 11773695.

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

Color convert

RGB 255 166 179 -
CMYK 0 0.35 0.30 0
HSL 351.24º 1% 0.83% -
HSV(B) 351.24º 0.35% 1% -
XYZ 63.01 51.79 49.32 -
YUV 194.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 255 166 179 0 0.35 0.30 0 351.24 1 0.83
Hex FF A6 B3 0 23 1E 0 15F 64 53
Octal 377 246 263 0 43 36 0 537 144 123
Binary 11111111 10100110 10110011 0 100011 11110 0 101011111 1100100 1010011

Color Harmonies of #FFA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6B3

Black with #FFA6B3

Text Example


Text Example

White with #FFA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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