Html Css Color HEX #FBA29D Rose Bud

📋 copy color: '#FBA29D'

red 251 ◦ green 162 ◦ blue 157

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

Shades of Rose Bud #FBA29D

Tints of Rose Bud #FBA29D

RGB

 RED value IS 251 (98.44% from 255) = 44.04%

 GREEN value IS 162 (63.67% from 255) = 28.42%

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 44.04%
G = 28.42%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA29D (or 0xFBA29D) is known color: Rose Bud. HEX triplet: FB, A2 and 9D. RGB value is (251,162,157). Sum of RGB (Red+Green+Blue) = 251+162+157=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA29D is #045D62. Grayscale: #BCBCBC. Windows color (decimal): -286051 or 10330875. OLE color: 10330875.

HSL color Cylindrical-coordinate representation of color #FBA29D: hue angle of 3.19º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA29D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 157 -
CMYK 0 0.35 0.37 0.02
HSL 3.19º 0.92% 0.8% -
HSV(B) 3.19º 0.37% 0.98% -
XYZ 58.79 48.78 38.22 -
YUV 188.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 251 162 157 0 0.35 0.37 0.02 3.19 0.92 0.8
Hex FB A2 9D 0 23 25 2 3 5C 50
Octal 373 242 235 0 43 45 2 3 134 120
Binary 11111011 10100010 10011101 0 100011 100101 10 11 1011100 1010000

Color Harmonies of #FBA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA29D

Black with #FBA29D

Text Example


Text Example

White with #FBA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA29D; }

 p { color: rgb(251,162,157); }

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

background-color css

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

 a { background-color: rgb(251,162,157); }

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

border-color css

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

 span { border-color: rgb(251,162,157); }

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