Html Css Color HEX #FEB3BC Light Pink

📋 copy color: '#FEB3BC'

red 254 ◦ green 179 ◦ blue 188

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

Shades of Light Pink #FEB3BC

Tints of Light Pink #FEB3BC

RGB

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

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

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

R = 40.9%
G = 28.82%
B = 30.27%

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

#FEB3BC (or 0xFEB3BC) is known color: Light Pink. HEX triplet: FE, B3 and BC. RGB value is (254,179,188). Sum of RGB (Red+Green+Blue) = 254+179+188=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3BC is #014C43. Grayscale: #CACACA. Windows color (decimal): -85060 or 12366846. OLE color: 12366846.

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

Color convert

RGB 254 179 188 -
CMYK 0 0.30 0.26 0.00
HSL 352.8º 0.97% 0.85% -
HSV(B) 352.8º 0.3% 1% -
XYZ 66.07 56.94 55.09 -
YUV 202.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 254 179 188 0 0.30 0.26 0.00 352.8 0.97 0.85
Hex FE B3 BC 0 1E 1A 0 161 61 55
Octal 376 263 274 0 36 32 0 541 141 125
Binary 11111110 10110011 10111100 0 11110 11010 0 101100001 1100001 1010101

Color Harmonies of #FEB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3BC

Black with #FEB3BC

Text Example


Text Example

White with #FEB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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