Html Css Color HEX #FBA599 Rose Bud

📋 copy color: '#FBA599'

red 251 ◦ green 165 ◦ blue 153

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

Shades of Rose Bud #FBA599

Tints of Rose Bud #FBA599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.89%

R = 44.11%
G = 29%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA599 (or 0xFBA599) is known color: Rose Bud. HEX triplet: FB, A5 and 99. RGB value is (251,165,153). Sum of RGB (Red+Green+Blue) = 251+165+153=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA599 is #045A66. Grayscale: #BDBDBD. Windows color (decimal): -285287 or 10069499. OLE color: 10069499.

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

Color convert

RGB 251 165 153 -
CMYK 0 0.34 0.39 0.02
HSL 7.35º 0.92% 0.79% -
HSV(B) 7.35º 0.39% 0.98% -
XYZ 58.99 49.72 36.62 -
YUV 189.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 251 165 153 0 0.34 0.39 0.02 7.35 0.92 0.79
Hex FB A5 99 0 22 27 2 7 5C 4F
Octal 373 245 231 0 42 47 2 7 134 117
Binary 11111011 10100101 10011001 0 100010 100111 10 111 1011100 1001111

Color Harmonies of #FBA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA599

Black with #FBA599

Text Example


Text Example

White with #FBA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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