#FEB4BA

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

Shades of Light Pink #FEB4BA

Tints of Light Pink #FEB4BA

Color information

#FEB4BA (or 0xFEB4BA) is unknown color: approx Light Pink. HEX triplet: FE, B4 and BA. RGB value is (254,180,186). Sum of RGB (Red+Green+Blue) = 254+180+186=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4BA is #014B45. Grayscale: #CACACA. Windows color (decimal): -84806 or 12236030. OLE color: 12236030.

HSL color Cylindrical-coordinate representation of color #FEB4BA: hue angle of 355.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB4BA is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254180186-
CMYK00.290.270.00
HSL355.14º97.37%85.1%-
HSV(B)355.14º29.13%99.61%-
XYZ66.0657.2654.02-
YUV202.81118.52164.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 186 (73.05% from 255) = 30%
R=40.97%
G=29.03%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418018600.290.270.00355.1497.3785.1
HexFEB4BA01D1B01636155
Octal376264272035330543141125
Binary11111110101101001011101001110111011010110001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4BA; }

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

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

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

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

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

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

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

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