Html Css Color HEX #FFA7B1 Light Pink

📋 copy color: '#FFA7B1'

red 255 ◦ green 167 ◦ blue 177

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

Shades of Light Pink #FFA7B1

Tints of Light Pink #FFA7B1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.88%

 BLUE value IS 177 (69.53% from 255) = 29.55%

R = 42.57%
G = 27.88%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFA7B1 (or 0xFFA7B1) is known color: Light Pink. HEX triplet: FF, A7 and B1. RGB value is (255,167,177). Sum of RGB (Red+Green+Blue) = 255+167+177=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA7B1 is #00584E. Grayscale: #C2C2C2. Windows color (decimal): -22607 or 11642879. OLE color: 11642879.

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

Color convert

RGB 255 167 177 -
CMYK 0 0.35 0.31 0
HSL 353.18º 1% 0.83% -
HSV(B) 353.18º 0.35% 1% -
XYZ 62.99 52.07 48.33 -
YUV 194.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 255 167 177 0 0.35 0.31 0 353.18 1 0.83
Hex FF A7 B1 0 23 1F 0 161 64 53
Octal 377 247 261 0 43 37 0 541 144 123
Binary 11111111 10100111 10110001 0 100011 11111 0 101100001 1100100 1010011

Color Harmonies of #FFA7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA7B1

Black with #FFA7B1

Text Example


Text Example

White with #FFA7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA7B1; }

 p { color: rgb(255,167,177); }

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

background-color css

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

 a { background-color: rgb(255,167,177); }

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

border-color css

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

 span { border-color: rgb(255,167,177); }

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