Html Css Color HEX #FEB194 Rose Bud

📋 copy color: '#FEB194'

red 254 ◦ green 177 ◦ blue 148

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

Shades of Rose Bud #FEB194

Tints of Rose Bud #FEB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 43.87%
G = 30.57%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEB194 (or 0xFEB194) is known color: Rose Bud. HEX triplet: FE, B1 and 94. RGB value is (254,177,148). Sum of RGB (Red+Green+Blue) = 254+177+148=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB194 is #014E6B. Grayscale: #C4C4C4. Windows color (decimal): -85612 or 9744894. OLE color: 9744894.

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

Color convert

RGB 254 177 148 -
CMYK 0 0.30 0.42 0.00
HSL 16.42º 0.98% 0.79% -
HSV(B) 16.42º 0.42% 1% -
XYZ 61.94 54.65 35.3 -
YUV 196.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 254 177 148 0 0.30 0.42 0.00 16.42 0.98 0.79
Hex FE B1 94 0 1E 2A 0 10 62 4F
Octal 376 261 224 0 36 52 0 20 142 117
Binary 11111110 10110001 10010100 0 11110 101010 0 10000 1100010 1001111

Color Harmonies of #FEB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB194

Black with #FEB194

Text Example


Text Example

White with #FEB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB194; }

 p { color: rgb(254,177,148); }

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

background-color css

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

 a { background-color: rgb(254,177,148); }

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

border-color css

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

 span { border-color: rgb(254,177,148); }

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