#FEB3BB

Color #FEB3BB Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FEB3BB

Tints of Light Pink #FEB3BB

Color information

#FEB3BB (or 0xFEB3BB) is unknown color: approx Light Pink. HEX triplet: FE, B3 and BB. RGB value is (254,179,187). Sum of RGB (Red+Green+Blue) = 254+179+187=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3BB is #014C44. Grayscale: #CACACA. Windows color (decimal): -85061 or 12301310. OLE color: 12301310.

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

Color convert

RGB254179187-
CMYK00.300.260.00
HSL353.6º97.4%84.9%-
HSV(B)353.6º29.53%99.61%-
XYZ65.9656.954.52-
YUV202.34119.35164.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=40.97%
G=28.87%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417918700.300.260.00353.697.484.9
HexFEB3BB01E1A01626155
Octal376263273036320542141125
Binary11111110101100111011101101111011010010110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3BB; }

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

 H1.HeaderClassName
 {
   color: #FEB3BB;
 }
 .AnyTagClassName
 {
   color: #FEB3BB;
 }
</style>
background-color css

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

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

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

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

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

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