Html Css Color HEX #FFB1B5 Light Pink

📋 copy color: '#FFB1B5'

red 255 ◦ green 177 ◦ blue 181

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

Shades of Light Pink #FFB1B5

Tints of Light Pink #FFB1B5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

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

R = 41.6%
G = 28.87%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB1B5 (or 0xFFB1B5) is known color: Light Pink. HEX triplet: FF, B1 and B5. RGB value is (255,177,181). Sum of RGB (Red+Green+Blue) = 255+177+181=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B5 is #004E4A. Grayscale: #C8C8C8. Windows color (decimal): -20043 or 11907583. OLE color: 11907583.

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

Color convert

RGB 255 177 181 -
CMYK 0 0.31 0.29 0
HSL 356.92º 1% 0.85% -
HSV(B) 356.92º 0.31% 1% -
XYZ 65.3 56.04 51.09 -
YUV 200.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 255 177 181 0 0.31 0.29 0 356.92 1 0.85
Hex FF B1 B5 0 1F 1D 0 165 64 55
Octal 377 261 265 0 37 35 0 545 144 125
Binary 11111111 10110001 10110101 0 11111 11101 0 101100101 1100100 1010101

Color Harmonies of #FFB1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1B5

Black with #FFB1B5

Text Example


Text Example

White with #FFB1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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