#FEB5BD

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

Shades of Light Pink #FEB5BD

Tints of Light Pink #FEB5BD

Color information

#FEB5BD (or 0xFEB5BD) is unknown color: approx Light Pink. HEX triplet: FE, B5 and BD. RGB value is (254,181,189). Sum of RGB (Red+Green+Blue) = 254+181+189=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5BD is #014A42. Grayscale: #CBCBCB. Windows color (decimal): -84547 or 12432894. OLE color: 12432894.

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

Color convert

RGB254181189-
CMYK00.290.260.00
HSL353.42º97.33%85.29%-
HSV(B)353.42º28.74%99.61%-
XYZ66.5857.7955.79-
YUV203.74119.68163.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=40.71%
G=29.01%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418118900.290.260.00353.4297.3385.29
HexFEB5BD01D1A01616155
Octal376265275035320541141125
Binary11111110101101011011110101110111010010110000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5BD; }

 p { color: rgb(254,181,189); }

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

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

 a { background-color: rgb(254,181,189); }

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

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

 span { border-color: rgb(254,181,189); }

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