Html Css Color HEX #FBA299 Rose Bud

📋 copy color: '#FBA299'

red 251 ◦ green 162 ◦ blue 153

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

Shades of Rose Bud #FBA299

Tints of Rose Bud #FBA299

RGB

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

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

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

R = 44.35%
G = 28.62%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA299 (or 0xFBA299) is known color: Rose Bud. HEX triplet: FB, A2 and 99. RGB value is (251,162,153). Sum of RGB (Red+Green+Blue) = 251+162+153=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA299 is #045D66. Grayscale: #BBBBBB. Windows color (decimal): -286055 or 10068731. OLE color: 10068731.

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

Color convert

RGB 251 162 153 -
CMYK 0 0.35 0.39 0.02
HSL 5.51º 0.92% 0.79% -
HSV(B) 5.51º 0.39% 0.98% -
XYZ 58.45 48.65 36.45 -
YUV 187.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 251 162 153 0 0.35 0.39 0.02 5.51 0.92 0.79
Hex FB A2 99 0 23 27 2 6 5C 4F
Octal 373 242 231 0 43 47 2 6 134 117
Binary 11111011 10100010 10011001 0 100011 100111 10 110 1011100 1001111

Color Harmonies of #FBA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA299

Black with #FBA299

Text Example


Text Example

White with #FBA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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