#FEBDB6

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

Shades of Your Pink #FEBDB6

Tints of Your Pink #FEBDB6

Color information

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

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

Color convert

RGB254189182-
CMYK00.260.280.00
HSL5.83º97.3%85.49%-
HSV(B)5.83º28.35%99.61%-
XYZ67.5160.8452.44-
YUV207.64113.53161.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418918200.260.280.005.8397.385.49
HexFEBDB601A1C066155
Octal3762752660323406141125
Binary11111110101111011011011001101011100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDB6; }

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

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

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

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

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

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

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

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