#FEB4B9

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

Shades of Light Pink #FEB4B9

Tints of Light Pink #FEB4B9

Color information

#FEB4B9 (or 0xFEB4B9) is unknown color: approx Light Pink. HEX triplet: FE, B4 and B9. RGB value is (254,180,185). Sum of RGB (Red+Green+Blue) = 254+180+185=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4B9 is #014B46. Grayscale: #CACACA. Windows color (decimal): -84807 or 12170494. OLE color: 12170494.

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

Color convert

RGB254180185-
CMYK00.290.270.00
HSL355.95º97.37%85.1%-
HSV(B)355.95º29.13%99.61%-
XYZ65.9557.2253.47-
YUV202.7118.02164.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=41.03%
G=29.08%
B=29.89%

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
Decimal25418018500.290.270.00355.9597.3785.1
HexFEB4B901D1B01646155
Octal376264271035330544141125
Binary11111110101101001011100101110111011010110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4B9; }

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

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

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

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

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

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

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

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