#FFB299

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

Shades of Rose Bud #FFB299

Tints of Rose Bud #FFB299

Color information

#FFB299 (or 0xFFB299) is unknown color: approx Rose Bud. HEX triplet: FF, B2 and 99. RGB value is (255,178,153). Sum of RGB (Red+Green+Blue) = 255+178+153=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB299 is #004D66. Grayscale: #C6C6C6. Windows color (decimal): -19815 or 10072831. OLE color: 10072831.

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

Color convert

RGB255178153-
CMYK00.300.40
HSL14.71º100%80%-
HSV(B)14.71º40%100%-
XYZ62.9155.437.51-
YUV198.17102.51168.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 153 (60.16% from 255) = 26.11%
R=43.52%
G=30.38%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517815300.300.4014.7110080
HexFFB29901E280f6450
Octal37726223103650017144120
Binary1111111110110010100110010111101010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB299; }

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

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

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

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

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

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

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

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