Html Css Color HEX #FFB29A Rose Bud

📋 copy color: '#FFB29A'

red 255 ◦ green 178 ◦ blue 154

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

Shades of Rose Bud #FFB29A

Tints of Rose Bud #FFB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

 BLUE value IS 154 (60.55% from 255) = 26.24%

R = 43.44%
G = 30.32%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFB29A (or 0xFFB29A) is known color: Rose Bud. HEX triplet: FF, B2 and 9A. RGB value is (255,178,154). Sum of RGB (Red+Green+Blue) = 255+178+154=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29A is #004D65. Grayscale: #C6C6C6. Windows color (decimal): -19814 or 10138367. OLE color: 10138367.

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

Color convert

RGB 255 178 154 -
CMYK 0 0.30 0.40 0
HSL 14.26º 1% 0.8% -
HSV(B) 14.26º 0.4% 1% -
XYZ 62.99 55.43 37.95 -
YUV 198.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 255 178 154 0 0.30 0.40 0 14.26 1 0.8
Hex FF B2 9A 0 1E 28 0 E 64 50
Octal 377 262 232 0 36 50 0 16 144 120
Binary 11111111 10110010 10011010 0 11110 101000 0 1110 1100100 1010000

Color Harmonies of #FFB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB29A

Black with #FFB29A

Text Example


Text Example

White with #FFB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB29A; }

 p { color: rgb(255,178,154); }

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

background-color css

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

 a { background-color: rgb(255,178,154); }

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

border-color css

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

 span { border-color: rgb(255,178,154); }

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