Html Css Color HEX #FFB099 Rose Bud

📋 copy color: '#FFB099'

red 255 ◦ green 176 ◦ blue 153

#FFB099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FFB099

Tints of Rose Bud #FFB099

RGB

 RED value IS 255 (100% from 255) = 43.66%

 GREEN value IS 176 (69.14% from 255) = 30.14%

 BLUE value IS 153 (60.16% from 255) = 26.2%

R = 43.66%
G = 30.14%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFB099 (or 0xFFB099) is known color: Rose Bud. HEX triplet: FF, B0 and 99. RGB value is (255,176,153). Sum of RGB (Red+Green+Blue) = 255+176+153=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB099 is #004F66. Grayscale: #C5C5C5. Windows color (decimal): -20327 or 10072319. OLE color: 10072319.

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

Color convert

RGB 255 176 153 -
CMYK 0 0.31 0.4 0
HSL 13.53º 1% 0.8% -
HSV(B) 13.53º 0.4% 1% -
XYZ 62.52 54.61 37.38 -
YUV 197 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 255 176 153 0 0.31 0.4 0 13.53 1 0.8
Hex FF B0 99 0 1F 28 0 E 64 50
Octal 377 260 231 0 37 50 0 16 144 120
Binary 11111111 10110000 10011001 0 11111 101000 0 1110 1100100 1010000

Color Harmonies of #FFB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB099

Black with #FFB099

Text Example


Text Example

White with #FFB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB099; }

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

 H1.HeaderClassName
 {
   color: #FFB099;
 }
 .AnyTagClassName
 {
   color: #FFB099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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