Html Css Color HEX #FFB49B Rose Bud

📋 copy color: '#FFB49B'

red 255 ◦ green 180 ◦ blue 155

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

Shades of Rose Bud #FFB49B

Tints of Rose Bud #FFB49B

RGB

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

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

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

R = 43.22%
G = 30.51%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFB49B (or 0xFFB49B) is known color: Rose Bud. HEX triplet: FF, B4 and 9B. RGB value is (255,180,155). Sum of RGB (Red+Green+Blue) = 255+180+155=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49B is #004B64. Grayscale: #C7C7C7. Windows color (decimal): -19301 or 10204415. OLE color: 10204415.

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

Color convert

RGB 255 180 155 -
CMYK 0 0.29 0.39 0
HSL 15º 1% 0.8% -
HSV(B) 15º 0.39% 1% -
XYZ 63.48 56.27 38.53 -
YUV 199.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 255 180 155 0 0.29 0.39 0 15 1 0.8
Hex FF B4 9B 0 1D 27 0 F 64 50
Octal 377 264 233 0 35 47 0 17 144 120
Binary 11111111 10110100 10011011 0 11101 100111 0 1111 1100100 1010000

Color Harmonies of #FFB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB49B

Black with #FFB49B

Text Example


Text Example

White with #FFB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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