Html Css Color HEX #FEB2BC Light Pink

📋 copy color: '#FEB2BC'

red 254 ◦ green 178 ◦ blue 188

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

Shades of Light Pink #FEB2BC

Tints of Light Pink #FEB2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.32%

R = 40.97%
G = 28.71%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEB2BC (or 0xFEB2BC) is known color: Light Pink. HEX triplet: FE, B2 and BC. RGB value is (254,178,188). Sum of RGB (Red+Green+Blue) = 254+178+188=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BC is #014D43. Grayscale: #C9C9C9. Windows color (decimal): -85316 or 12366590. OLE color: 12366590.

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

Color convert

RGB 254 178 188 -
CMYK 0 0.30 0.26 0.00
HSL 352.11º 0.97% 0.85% -
HSV(B) 352.11º 0.3% 1% -
XYZ 65.87 56.54 55.02 -
YUV 201.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 254 178 188 0 0.30 0.26 0.00 352.11 0.97 0.85
Hex FE B2 BC 0 1E 1A 0 160 61 55
Octal 376 262 274 0 36 32 0 540 141 125
Binary 11111110 10110010 10111100 0 11110 11010 0 101100000 1100001 1010101

Color Harmonies of #FEB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2BC

Black with #FEB2BC

Text Example


Text Example

White with #FEB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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