Html Css Color HEX #FFB29F Rose Bud

📋 copy color: '#FFB29F'

red 255 ◦ green 178 ◦ blue 159

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

Shades of Rose Bud #FFB29F

Tints of Rose Bud #FFB29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.86%

R = 43.07%
G = 30.07%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFB29F (or 0xFFB29F) is known color: Rose Bud. HEX triplet: FF, B2 and 9F. RGB value is (255,178,159). Sum of RGB (Red+Green+Blue) = 255+178+159=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29F is #004D60. Grayscale: #C7C7C7. Windows color (decimal): -19809 or 10466047. OLE color: 10466047.

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

Color convert

RGB 255 178 159 -
CMYK 0 0.30 0.38 0
HSL 11.88º 1% 0.81% -
HSV(B) 11.88º 0.38% 1% -
XYZ 63.42 55.6 40.19 -
YUV 198.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 255 178 159 0 0.30 0.38 0 11.88 1 0.81
Hex FF B2 9F 0 1E 26 0 C 64 51
Octal 377 262 237 0 36 46 0 14 144 121
Binary 11111111 10110010 10011111 0 11110 100110 0 1100 1100100 1010001

Color Harmonies of #FFB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB29F

Black with #FFB29F

Text Example


Text Example

White with #FFB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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