Html Css Color HEX #FBA59D Rose Bud

📋 copy color: '#FBA59D'

red 251 ◦ green 165 ◦ blue 157

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

Shades of Rose Bud #FBA59D

Tints of Rose Bud #FBA59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.8%

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

R = 43.8%
G = 28.8%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA59D (or 0xFBA59D) is known color: Rose Bud. HEX triplet: FB, A5 and 9D. RGB value is (251,165,157). Sum of RGB (Red+Green+Blue) = 251+165+157=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59D is #045A62. Grayscale: #BDBDBD. Windows color (decimal): -285283 or 10331643. OLE color: 10331643.

HSL color Cylindrical-coordinate representation of color #FBA59D: hue angle of 5.11º 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 #FBA59D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 157 -
CMYK 0 0.34 0.37 0.02
HSL 5.11º 0.92% 0.8% -
HSV(B) 5.11º 0.37% 0.98% -
XYZ 59.32 49.85 38.39 -
YUV 189.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 251 165 157 0 0.34 0.37 0.02 5.11 0.92 0.8
Hex FB A5 9D 0 22 25 2 5 5C 50
Octal 373 245 235 0 42 45 2 5 134 120
Binary 11111011 10100101 10011101 0 100010 100101 10 101 1011100 1010000

Color Harmonies of #FBA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA59D

Black with #FBA59D

Text Example


Text Example

White with #FBA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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