Html Css Color HEX #FEB49B Rose Bud

📋 copy color: '#FEB49B'

red 254 ◦ green 180 ◦ blue 155

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

Shades of Rose Bud #FEB49B

Tints of Rose Bud #FEB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

 BLUE value IS 155 (60.94% from 255) = 26.32%

R = 43.12%
G = 30.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEB49B (or 0xFEB49B) is known color: Rose Bud. HEX triplet: FE, B4 and 9B. RGB value is (254,180,155). Sum of RGB (Red+Green+Blue) = 254+180+155=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB49B is #014B64. Grayscale: #C7C7C7. Windows color (decimal): -84837 or 10204414. OLE color: 10204414.

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

Color convert

RGB 254 180 155 -
CMYK 0 0.29 0.39 0.00
HSL 15.15º 0.98% 0.8% -
HSV(B) 15.15º 0.39% 1% -
XYZ 63.11 56.08 38.51 -
YUV 199.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 254 180 155 0 0.29 0.39 0.00 15.15 0.98 0.8
Hex FE B4 9B 0 1D 27 0 F 62 50
Octal 376 264 233 0 35 47 0 17 142 120
Binary 11111110 10110100 10011011 0 11101 100111 0 1111 1100010 1010000

Color Harmonies of #FEB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB49B

Black with #FEB49B

Text Example


Text Example

White with #FEB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB49B; }

 p { color: rgb(254,180,155); }

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

background-color css

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

 a { background-color: rgb(254,180,155); }

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

border-color css

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

 span { border-color: rgb(254,180,155); }

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