Html Css Color HEX #FFB097 Rose Bud

📋 copy color: '#FFB097'

red 255 ◦ green 176 ◦ blue 151

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

Shades of Rose Bud #FFB097

Tints of Rose Bud #FFB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.95%

R = 43.81%
G = 30.24%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFB097 (or 0xFFB097) is known color: Rose Bud. HEX triplet: FF, B0 and 97. RGB value is (255,176,151). Sum of RGB (Red+Green+Blue) = 255+176+151=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB097 is #004F68. Grayscale: #C4C4C4. Windows color (decimal): -20329 or 9941247. OLE color: 9941247.

HSL color Cylindrical-coordinate representation of color #FFB097: hue angle of 14.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB097 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 151 -
CMYK 0 0.31 0.41 0
HSL 14.42º 1% 0.8% -
HSV(B) 14.42º 0.41% 1% -
XYZ 62.35 54.55 36.52 -
YUV 196.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 255 176 151 0 0.31 0.41 0 14.42 1 0.8
Hex FF B0 97 0 1F 29 0 E 64 50
Octal 377 260 227 0 37 51 0 16 144 120
Binary 11111111 10110000 10010111 0 11111 101001 0 1110 1100100 1010000

Color Harmonies of #FFB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB097

Black with #FFB097

Text Example


Text Example

White with #FFB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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