#FEB29E

Color #FEB29E Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEB29E

Tints of Rose Bud #FEB29E

Color information

#FEB29E (or 0xFEB29E) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and 9E. RGB value is (254,178,158). Sum of RGB (Red+Green+Blue) = 254+178+158=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB29E is #014D61. Grayscale: #C6C6C6. Windows color (decimal): -85346 or 10400510. OLE color: 10400510.

HSL color Cylindrical-coordinate representation of color #FEB29E: hue angle of 12.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEB29E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB254178158-
CMYK00.300.380.00
HSL12.5º97.96%80.78%-
HSV(B)12.5º37.8%99.61%-
XYZ62.9755.3839.72-
YUV198.44105.18167.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=43.05%
G=30.17%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417815800.300.380.0012.597.9680.78
HexFEB29E01E260d6251
Octal37626223603646015142121
Binary1111111010110010100111100111101001100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB29E; }

 p { color: rgb(254,178,158); }

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

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

 a { background-color: rgb(254,178,158); }

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

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

 span { border-color: rgb(254,178,158); }

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