Html Css Color HEX #FFB1BE Light Pink

📋 copy color: '#FFB1BE'

red 255 ◦ green 177 ◦ blue 190

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

Shades of Light Pink #FFB1BE

Tints of Light Pink #FFB1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.55%

R = 41%
G = 28.46%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFB1BE (or 0xFFB1BE) is known color: Light Pink. HEX triplet: FF, B1 and BE. RGB value is (255,177,190). Sum of RGB (Red+Green+Blue) = 255+177+190=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BE is #004E41. Grayscale: #C9C9C9. Windows color (decimal): -20034 or 12497407. OLE color: 12497407.

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

Color convert

RGB 255 177 190 -
CMYK 0 0.31 0.25 0
HSL 350º 1% 0.85% -
HSV(B) 350º 0.31% 1% -
XYZ 66.26 56.42 56.11 -
YUV 201.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 255 177 190 0 0.31 0.25 0 350 1 0.85
Hex FF B1 BE 0 1F 19 0 15E 64 55
Octal 377 261 276 0 37 31 0 536 144 125
Binary 11111111 10110001 10111110 0 11111 11001 0 101011110 1100100 1010101

Color Harmonies of #FFB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1BE

Black with #FFB1BE

Text Example


Text Example

White with #FFB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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