Html Css Color HEX #FEB1B2 Light Pink

📋 copy color: '#FEB1B2'

red 254 ◦ green 177 ◦ blue 178

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

Shades of Light Pink #FEB1B2

Tints of Light Pink #FEB1B2

RGB

 RED value IS 254 (99.61% from 255) = 41.71%

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

 BLUE value IS 178 (69.92% from 255) = 29.23%

R = 41.71%
G = 29.06%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEB1B2 (or 0xFEB1B2) is known color: Light Pink. HEX triplet: FE, B1 and B2. RGB value is (254,177,178). Sum of RGB (Red+Green+Blue) = 254+177+178=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1B2 is #014E4D. Grayscale: #C8C8C8. Windows color (decimal): -85582 or 11710974. OLE color: 11710974.

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

Color convert

RGB 254 177 178 -
CMYK 0 0.30 0.30 0.00
HSL 359.22º 0.97% 0.85% -
HSV(B) 359.22º 0.3% 1% -
XYZ 64.63 55.73 49.47 -
YUV 200.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 254 177 178 0 0.30 0.30 0.00 359.22 0.97 0.85
Hex FE B1 B2 0 1E 1E 0 167 61 55
Octal 376 261 262 0 36 36 0 547 141 125
Binary 11111110 10110001 10110010 0 11110 11110 0 101100111 1100001 1010101

Color Harmonies of #FEB1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1B2

Black with #FEB1B2

Text Example


Text Example

White with #FEB1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1B2; }

 p { color: rgb(254,177,178); }

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

background-color css

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

 a { background-color: rgb(254,177,178); }

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

border-color css

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

 span { border-color: rgb(254,177,178); }

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