Html Css Color HEX #FBA595 Rose Bud

📋 copy color: '#FBA595'

red 251 ◦ green 165 ◦ blue 149

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

Shades of Rose Bud #FBA595

Tints of Rose Bud #FBA595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 44.42%
G = 29.2%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA595 (or 0xFBA595) is known color: Rose Bud. HEX triplet: FB, A5 and 95. RGB value is (251,165,149). Sum of RGB (Red+Green+Blue) = 251+165+149=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA595 is #045A6A. Grayscale: #BDBDBD. Windows color (decimal): -285291 or 9807355. OLE color: 9807355.

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

Color convert

RGB 251 165 149 -
CMYK 0 0.34 0.41 0.02
HSL 9.41º 0.93% 0.78% -
HSV(B) 9.41º 0.41% 0.98% -
XYZ 58.66 49.59 34.91 -
YUV 188.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 251 165 149 0 0.34 0.41 0.02 9.41 0.93 0.78
Hex FB A5 95 0 22 29 2 9 5D 4E
Octal 373 245 225 0 42 51 2 11 135 116
Binary 11111011 10100101 10010101 0 100010 101001 10 1001 1011101 1001110

Color Harmonies of #FBA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA595

Black with #FBA595

Text Example


Text Example

White with #FBA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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