Html Css Color HEX #FEB095 Rose Bud

📋 copy color: '#FEB095'

red 254 ◦ green 176 ◦ blue 149

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

Shades of Rose Bud #FEB095

Tints of Rose Bud #FEB095

RGB

 RED value IS 254 (99.61% from 255) = 43.87%

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

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

R = 43.87%
G = 30.4%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEB095 (or 0xFEB095) is known color: Rose Bud. HEX triplet: FE, B0 and 95. RGB value is (254,176,149). Sum of RGB (Red+Green+Blue) = 254+176+149=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB095 is #014F6A. Grayscale: #C4C4C4. Windows color (decimal): -85867 or 9810174. OLE color: 9810174.

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

Color convert

RGB 254 176 149 -
CMYK 0 0.31 0.41 0.00
HSL 15.43º 0.98% 0.79% -
HSV(B) 15.43º 0.41% 1% -
XYZ 61.82 54.29 35.65 -
YUV 196.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 254 176 149 0 0.31 0.41 0.00 15.43 0.98 0.79
Hex FE B0 95 0 1F 29 0 F 62 4F
Octal 376 260 225 0 37 51 0 17 142 117
Binary 11111110 10110000 10010101 0 11111 101001 0 1111 1100010 1001111

Color Harmonies of #FEB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB095

Black with #FEB095

Text Example


Text Example

White with #FEB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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