Html Css Color HEX #FEB2BA Light Pink

📋 copy color: '#FEB2BA'

red 254 ◦ green 178 ◦ blue 186

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

Shades of Light Pink #FEB2BA

Tints of Light Pink #FEB2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 41.1%
G = 28.8%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEB2BA (or 0xFEB2BA) is known color: Light Pink. HEX triplet: FE, B2 and BA. RGB value is (254,178,186). Sum of RGB (Red+Green+Blue) = 254+178+186=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BA is #014D45. Grayscale: #C9C9C9. Windows color (decimal): -85318 or 12235518. OLE color: 12235518.

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

Color convert

RGB 254 178 186 -
CMYK 0 0.30 0.27 0.00
HSL 353.68º 0.97% 0.85% -
HSV(B) 353.68º 0.3% 1% -
XYZ 65.66 56.46 53.89 -
YUV 201.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 254 178 186 0 0.30 0.27 0.00 353.68 0.97 0.85
Hex FE B2 BA 0 1E 1B 0 162 61 55
Octal 376 262 272 0 36 33 0 542 141 125
Binary 11111110 10110010 10111010 0 11110 11011 0 101100010 1100001 1010101

Color Harmonies of #FEB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2BA

Black with #FEB2BA

Text Example


Text Example

White with #FEB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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