#FFB29A

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

Shades of Rose Bud #FFB29A

Tints of Rose Bud #FFB29A

Color information

#FFB29A (or 0xFFB29A) is unknown color: approx Rose Bud. HEX triplet: FF, B2 and 9A. RGB value is (255,178,154). Sum of RGB (Red+Green+Blue) = 255+178+154=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29A is #004D65. Grayscale: #C6C6C6. Windows color (decimal): -19814 or 10138367. OLE color: 10138367.

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

Color convert

RGB255178154-
CMYK00.300.400
HSL14.26º100%80.2%-
HSV(B)14.26º39.61%100%-
XYZ62.9955.4337.95-
YUV198.29103.01168.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=43.44%
G=30.32%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517815400.300.40014.2610080.2
HexFFB29A01E280e6450
Octal37726223203650016144120
Binary1111111110110010100110100111101010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB29A; }

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

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

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

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

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

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

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

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