#FEB4B8

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

Shades of Light Pink #FEB4B8

Tints of Light Pink #FEB4B8

Color information

#FEB4B8 (or 0xFEB4B8) is unknown color: approx Light Pink. HEX triplet: FE, B4 and B8. RGB value is (254,180,184). Sum of RGB (Red+Green+Blue) = 254+180+184=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4B8 is #014B47. Grayscale: #CACACA. Windows color (decimal): -84808 or 12104958. OLE color: 12104958.

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

Color convert

RGB254180184-
CMYK00.290.280.00
HSL356.76º97.37%85.1%-
HSV(B)356.76º29.13%99.61%-
XYZ65.8557.1752.91-
YUV202.58117.52164.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 184 (72.27% from 255) = 29.77%
R=41.10%
G=29.13%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418018400.290.280.00356.7697.3785.1
HexFEB4B801D1C01656155
Octal376264270035340545141125
Binary11111110101101001011100001110111100010110010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4B8; }

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

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

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

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

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

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

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

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