Html Css Color HEX #FFB09F Rose Bud

📋 copy color: '#FFB09F'

red 255 ◦ green 176 ◦ blue 159

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

Shades of Rose Bud #FFB09F

Tints of Rose Bud #FFB09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.95%

R = 43.22%
G = 29.83%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFB09F (or 0xFFB09F) is known color: Rose Bud. HEX triplet: FF, B0 and 9F. RGB value is (255,176,159). Sum of RGB (Red+Green+Blue) = 255+176+159=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB09F is #004F60. Grayscale: #C5C5C5. Windows color (decimal): -20321 or 10465535. OLE color: 10465535.

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

Color convert

RGB 255 176 159 -
CMYK 0 0.31 0.38 0
HSL 10.63º 1% 0.81% -
HSV(B) 10.63º 0.38% 1% -
XYZ 63.02 54.81 40.06 -
YUV 197.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 255 176 159 0 0.31 0.38 0 10.63 1 0.81
Hex FF B0 9F 0 1F 26 0 B 64 51
Octal 377 260 237 0 37 46 0 13 144 121
Binary 11111111 10110000 10011111 0 11111 100110 0 1011 1100100 1010001

Color Harmonies of #FFB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB09F

Black with #FFB09F

Text Example


Text Example

White with #FFB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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