Html Css Color HEX #FEB7BE Light Pink

📋 copy color: '#FEB7BE'

red 254 ◦ green 183 ◦ blue 190

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

Shades of Light Pink #FEB7BE

Tints of Light Pink #FEB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.19%

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

R = 40.51%
G = 29.19%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEB7BE (or 0xFEB7BE) is known color: Light Pink. HEX triplet: FE, B7 and BE. RGB value is (254,183,190). Sum of RGB (Red+Green+Blue) = 254+183+190=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BE is #014841. Grayscale: #CDCDCD. Windows color (decimal): -84034 or 12498942. OLE color: 12498942.

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

Color convert

RGB 254 183 190 -
CMYK 0 0.28 0.25 0.00
HSL 354.08º 0.97% 0.86% -
HSV(B) 354.08º 0.28% 1% -
XYZ 67.1 58.66 56.5 -
YUV 205.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 254 183 190 0 0.28 0.25 0.00 354.08 0.97 0.86
Hex FE B7 BE 0 1C 19 0 162 61 56
Octal 376 267 276 0 34 31 0 542 141 126
Binary 11111110 10110111 10111110 0 11100 11001 0 101100010 1100001 1010110

Color Harmonies of #FEB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7BE

Black with #FEB7BE

Text Example


Text Example

White with #FEB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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