Html Css Color HEX #FEB1BC Light Pink

📋 copy color: '#FEB1BC'

red 254 ◦ green 177 ◦ blue 188

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

Shades of Light Pink #FEB1BC

Tints of Light Pink #FEB1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 41.03%
G = 28.59%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEB1BC (or 0xFEB1BC) is known color: Light Pink. HEX triplet: FE, B1 and BC. RGB value is (254,177,188). Sum of RGB (Red+Green+Blue) = 254+177+188=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1BC is #014E43. Grayscale: #C9C9C9. Windows color (decimal): -85572 or 12366334. OLE color: 12366334.

HSL color Cylindrical-coordinate representation of color #FEB1BC: hue angle of 351.43º 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 #FEB1BC is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 188 -
CMYK 0 0.30 0.26 0.00
HSL 351.43º 0.97% 0.85% -
HSV(B) 351.43º 0.3% 1% -
XYZ 65.67 56.15 54.95 -
YUV 201.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 254 177 188 0 0.30 0.26 0.00 351.43 0.97 0.85
Hex FE B1 BC 0 1E 1A 0 15F 61 55
Octal 376 261 274 0 36 32 0 537 141 125
Binary 11111110 10110001 10111100 0 11110 11010 0 101011111 1100001 1010101

Color Harmonies of #FEB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1BC

Black with #FEB1BC

Text Example


Text Example

White with #FEB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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