#FFB09E

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

Shades of Rose Bud #FFB09E

Tints of Rose Bud #FFB09E

Color information

#FFB09E (or 0xFFB09E) is unknown color: approx Rose Bud. HEX triplet: FF, B0 and 9E. RGB value is (255,176,158). Sum of RGB (Red+Green+Blue) = 255+176+158=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB09E is #004F61. Grayscale: #C5C5C5. Windows color (decimal): -20322 or 10399999. OLE color: 10399999.

HSL color Cylindrical-coordinate representation of color #FFB09E: hue angle of 11.13º 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 #FFB09E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255176158-
CMYK00.310.380
HSL11.13º100%80.98%-
HSV(B)11.13º38.04%100%-
XYZ62.9454.7839.6-
YUV197.57105.67168.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 158 (62.11% from 255) = 26.83%
R=43.29%
G=29.88%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517615800.310.38011.1310080.98
HexFFB09E01F260b6451
Octal37726023603746013144121
Binary1111111110110000100111100111111001100101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB09E; }

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

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

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

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

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

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

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

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