#FEB6BD

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

Shades of Light Pink #FEB6BD

Tints of Light Pink #FEB6BD

Color information

#FEB6BD (or 0xFEB6BD) is unknown color: approx Light Pink. HEX triplet: FE, B6 and BD. RGB value is (254,182,189). Sum of RGB (Red+Green+Blue) = 254+182+189=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6BD is #014942. Grayscale: #CCCCCC. Windows color (decimal): -84291 or 12433150. OLE color: 12433150.

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

Color convert

RGB254182189-
CMYK00.280.260.00
HSL354.17º97.3%85.49%-
HSV(B)354.17º28.35%99.61%-
XYZ66.7958.255.86-
YUV204.33119.35163.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=40.64%
G=29.12%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418218900.280.260.00354.1797.385.49
HexFEB6BD01C1A01626155
Octal376266275034320542141125
Binary11111110101101101011110101110011010010110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6BD; }

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

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

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

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

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

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

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

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