#FEBEB9

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

Shades of Your Pink #FEBEB9

Tints of Your Pink #FEBEB9

Color information

#FEBEB9 (or 0xFEBEB9) is unknown color: approx Your Pink. HEX triplet: FE, BE and B9. RGB value is (254,190,185). Sum of RGB (Red+Green+Blue) = 254+190+185=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEB9 is #014146. Grayscale: #D0D0D0. Windows color (decimal): -82247 or 12173054. OLE color: 12173054.

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

Color convert

RGB254190185-
CMYK00.250.270.00
HSL4.35º97.18%86.08%-
HSV(B)4.35º27.17%99.61%-
XYZ68.0461.454.16-
YUV208.57114.7160.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=40.38%
G=30.21%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419018500.250.270.004.3597.1886.08
HexFEBEB90191B046156
Octal3762762710313304141126
Binary11111110101111101011100101100111011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEB9; }

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

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

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

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

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

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

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

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