#FFB399

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

Shades of Rose Bud #FFB399

Tints of Rose Bud #FFB399

Color information

#FFB399 (or 0xFFB399) is unknown color: approx Rose Bud. HEX triplet: FF, B3 and 99. RGB value is (255,179,153). Sum of RGB (Red+Green+Blue) = 255+179+153=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB399 is #004C66. Grayscale: #C6C6C6. Windows color (decimal): -19559 or 10073087. OLE color: 10073087.

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

Color convert

RGB255179153-
CMYK00.300.40
HSL15.29º100%80%-
HSV(B)15.29º40%100%-
XYZ63.1155.837.58-
YUV198.76102.18168.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 153 (60.16% from 255) = 26.06%
R=43.44%
G=30.49%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517915300.300.4015.2910080
HexFFB39901E280f6450
Octal37726323103650017144120
Binary1111111110110011100110010111101010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB399; }

 p { color: rgb(255,179,153); }

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

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

 a { background-color: rgb(255,179,153); }

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

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

 span { border-color: rgb(255,179,153); }

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