Html Css Color HEX #FEB3BF Light Pink

📋 copy color: '#FEB3BF'

red 254 ◦ green 179 ◦ blue 191

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

Shades of Light Pink #FEB3BF

Tints of Light Pink #FEB3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 40.71%
G = 28.69%
B = 30.61%

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

#FEB3BF (or 0xFEB3BF) is known color: Light Pink. HEX triplet: FE, B3 and BF. RGB value is (254,179,191). Sum of RGB (Red+Green+Blue) = 254+179+191=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3BF is #014C40. Grayscale: #CACACA. Windows color (decimal): -85057 or 12563454. OLE color: 12563454.

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

Color convert

RGB 254 179 191 -
CMYK 0 0.30 0.25 0.00
HSL 350.4º 0.97% 0.85% -
HSV(B) 350.4º 0.3% 1% -
XYZ 66.4 57.07 56.81 -
YUV 202.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 254 179 191 0 0.30 0.25 0.00 350.4 0.97 0.85
Hex FE B3 BF 0 1E 19 0 15E 61 55
Octal 376 263 277 0 36 31 0 536 141 125
Binary 11111110 10110011 10111111 0 11110 11001 0 101011110 1100001 1010101

Color Harmonies of #FEB3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3BF

Black with #FEB3BF

Text Example


Text Example

White with #FEB3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3BF; }

 p { color: rgb(254,179,191); }

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

background-color css

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

 a { background-color: rgb(254,179,191); }

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

border-color css

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

 span { border-color: rgb(254,179,191); }

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