Html Css Color HEX #FEB096 Rose Bud

📋 copy color: '#FEB096'

red 254 ◦ green 176 ◦ blue 150

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

Shades of Rose Bud #FEB096

Tints of Rose Bud #FEB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.86%

R = 43.79%
G = 30.34%
B = 25.86%

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

#FEB096 (or 0xFEB096) is known color: Rose Bud. HEX triplet: FE, B0 and 96. RGB value is (254,176,150). Sum of RGB (Red+Green+Blue) = 254+176+150=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB096 is #014F69. Grayscale: #C4C4C4. Windows color (decimal): -85866 or 9875710. OLE color: 9875710.

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

Color convert

RGB 254 176 150 -
CMYK 0 0.31 0.41 0.00
HSL 15º 0.98% 0.79% -
HSV(B) 15º 0.41% 1% -
XYZ 61.9 54.32 36.08 -
YUV 196.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 254 176 150 0 0.31 0.41 0.00 15 0.98 0.79
Hex FE B0 96 0 1F 29 0 F 62 4F
Octal 376 260 226 0 37 51 0 17 142 117
Binary 11111110 10110000 10010110 0 11111 101001 0 1111 1100010 1001111

Color Harmonies of #FEB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB096

Black with #FEB096

Text Example


Text Example

White with #FEB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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