Html Css Color HEX #FEB2BE Light Pink

📋 copy color: '#FEB2BE'

red 254 ◦ green 178 ◦ blue 190

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

Shades of Light Pink #FEB2BE

Tints of Light Pink #FEB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.62%

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

R = 40.84%
G = 28.62%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEB2BE (or 0xFEB2BE) is known color: Light Pink. HEX triplet: FE, B2 and BE. RGB value is (254,178,190). Sum of RGB (Red+Green+Blue) = 254+178+190=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BE is #014D41. Grayscale: #CACACA. Windows color (decimal): -85314 or 12497662. OLE color: 12497662.

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

Color convert

RGB 254 178 190 -
CMYK 0 0.30 0.25 0.00
HSL 350.53º 0.97% 0.85% -
HSV(B) 350.53º 0.3% 1% -
XYZ 66.09 56.63 56.16 -
YUV 202.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 254 178 190 0 0.30 0.25 0.00 350.53 0.97 0.85
Hex FE B2 BE 0 1E 19 0 15F 61 55
Octal 376 262 276 0 36 31 0 537 141 125
Binary 11111110 10110010 10111110 0 11110 11001 0 101011111 1100001 1010101

Color Harmonies of #FEB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2BE

Black with #FEB2BE

Text Example


Text Example

White with #FEB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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