#FFB29E

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

Shades of Rose Bud #FFB29E

Tints of Rose Bud #FFB29E

Color information

#FFB29E (or 0xFFB29E) is unknown color: approx Rose Bud. HEX triplet: FF, B2 and 9E. RGB value is (255,178,158). Sum of RGB (Red+Green+Blue) = 255+178+158=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29E is #004D61. Grayscale: #C6C6C6. Windows color (decimal): -19810 or 10400511. OLE color: 10400511.

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

Color convert

RGB255178158-
CMYK00.300.380
HSL12.37º100%80.98%-
HSV(B)12.37º38.04%100%-
XYZ63.3355.5739.74-
YUV198.74105.01168.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=43.15%
G=30.12%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517815800.300.38012.3710080.98
HexFFB29E01E260c6451
Octal37726223603646014144121
Binary1111111110110010100111100111101001100110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB29E; }

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

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

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

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

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

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

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

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