Html Css Color HEX #FFB095 Rose Bud

📋 copy color: '#FFB095'

red 255 ◦ green 176 ◦ blue 149

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

Shades of Rose Bud #FFB095

Tints of Rose Bud #FFB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 43.97%
G = 30.34%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB095 (or 0xFFB095) is known color: Rose Bud. HEX triplet: FF, B0 and 95. RGB value is (255,176,149). Sum of RGB (Red+Green+Blue) = 255+176+149=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB095 is #004F6A. Grayscale: #C4C4C4. Windows color (decimal): -20331 or 9810175. OLE color: 9810175.

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

Color convert

RGB 255 176 149 -
CMYK 0 0.31 0.42 0
HSL 15.28º 1% 0.79% -
HSV(B) 15.28º 0.42% 1% -
XYZ 62.19 54.48 35.67 -
YUV 196.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 255 176 149 0 0.31 0.42 0 15.28 1 0.79
Hex FF B0 95 0 1F 2A 0 F 64 4F
Octal 377 260 225 0 37 52 0 17 144 117
Binary 11111111 10110000 10010101 0 11111 101010 0 1111 1100100 1001111

Color Harmonies of #FFB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB095

Black with #FFB095

Text Example


Text Example

White with #FFB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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