Html Css Color HEX #FFA6B5 Light Pink

📋 copy color: '#FFA6B5'

red 255 ◦ green 166 ◦ blue 181

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

Shades of Light Pink #FFA6B5

Tints of Light Pink #FFA6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.07%

R = 42.36%
G = 27.57%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFA6B5 (or 0xFFA6B5) is known color: Light Pink. HEX triplet: FF, A6 and B5. RGB value is (255,166,181). Sum of RGB (Red+Green+Blue) = 255+166+181=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6B5 is #00594A. Grayscale: #C2C2C2. Windows color (decimal): -22859 or 11904767. OLE color: 11904767.

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

Color convert

RGB 255 166 181 -
CMYK 0 0.35 0.29 0
HSL 349.89º 1% 0.83% -
HSV(B) 349.89º 0.35% 1% -
XYZ 63.22 51.87 50.4 -
YUV 194.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 255 166 181 0 0.35 0.29 0 349.89 1 0.83
Hex FF A6 B5 0 23 1D 0 15E 64 53
Octal 377 246 265 0 43 35 0 536 144 123
Binary 11111111 10100110 10110101 0 100011 11101 0 101011110 1100100 1010011

Color Harmonies of #FFA6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6B5

Black with #FFA6B5

Text Example


Text Example

White with #FFA6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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