#FEBABF

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

Shades of Light Pink #FEBABF

Tints of Light Pink #FEBABF

Color information

#FEBABF (or 0xFEBABF) is unknown color: approx Light Pink. HEX triplet: FE, BA and BF. RGB value is (254,186,191). Sum of RGB (Red+Green+Blue) = 254+186+191=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBABF is #014540. Grayscale: #CECECE. Windows color (decimal): -83265 or 12565246. OLE color: 12565246.

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

Color convert

RGB254186191-
CMYK00.270.250.00
HSL355.59º97.14%86.27%-
HSV(B)355.59º26.77%99.61%-
XYZ67.8459.9557.29-
YUV206.9119.03161.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 191 (75% from 255) = 30.27%
R=40.25%
G=29.48%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418619100.270.250.00355.5997.1486.27
HexFEBABF01B1901646156
Octal376272277033310544141126
Binary11111110101110101011111101101111001010110010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBABF; }

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

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

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

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

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

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

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

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