Html Css Color HEX #FEB1B8 Light Pink

📋 copy color: '#FEB1B8'

red 254 ◦ green 177 ◦ blue 184

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

Shades of Light Pink #FEB1B8

Tints of Light Pink #FEB1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.92%

R = 41.3%
G = 28.78%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEB1B8 (or 0xFEB1B8) is known color: Light Pink. HEX triplet: FE, B1 and B8. RGB value is (254,177,184). Sum of RGB (Red+Green+Blue) = 254+177+184=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1B8 is #014E47. Grayscale: #C8C8C8. Windows color (decimal): -85576 or 12104190. OLE color: 12104190.

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

Color convert

RGB 254 177 184 -
CMYK 0 0.30 0.28 0.00
HSL 354.55º 0.97% 0.85% -
HSV(B) 354.55º 0.3% 1% -
XYZ 65.25 55.98 52.71 -
YUV 200.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 254 177 184 0 0.30 0.28 0.00 354.55 0.97 0.85
Hex FE B1 B8 0 1E 1C 0 163 61 55
Octal 376 261 270 0 36 34 0 543 141 125
Binary 11111110 10110001 10111000 0 11110 11100 0 101100011 1100001 1010101

Color Harmonies of #FEB1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1B8

Black with #FEB1B8

Text Example


Text Example

White with #FEB1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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