Html Css Color HEX #FEB1B4 Light Pink

📋 copy color: '#FEB1B4'

red 254 ◦ green 177 ◦ blue 180

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

Shades of Light Pink #FEB1B4

Tints of Light Pink #FEB1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.46%

R = 41.57%
G = 28.97%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEB1B4 (or 0xFEB1B4) is known color: Light Pink. HEX triplet: FE, B1 and B4. RGB value is (254,177,180). Sum of RGB (Red+Green+Blue) = 254+177+180=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1B4 is #014E4B. Grayscale: #C8C8C8. Windows color (decimal): -85580 or 11842046. OLE color: 11842046.

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

Color convert

RGB 254 177 180 -
CMYK 0 0.30 0.29 0.00
HSL 357.66º 0.97% 0.85% -
HSV(B) 357.66º 0.3% 1% -
XYZ 64.83 55.81 50.54 -
YUV 200.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 254 177 180 0 0.30 0.29 0.00 357.66 0.97 0.85
Hex FE B1 B4 0 1E 1D 0 166 61 55
Octal 376 261 264 0 36 35 0 546 141 125
Binary 11111110 10110001 10110100 0 11110 11101 0 101100110 1100001 1010101

Color Harmonies of #FEB1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1B4

Black with #FEB1B4

Text Example


Text Example

White with #FEB1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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