Html Css Color HEX #FBA495 Rose Bud

📋 copy color: '#FBA495'

red 251 ◦ green 164 ◦ blue 149

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

Shades of Rose Bud #FBA495

Tints of Rose Bud #FBA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.08%

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

R = 44.5%
G = 29.08%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA495 (or 0xFBA495) is known color: Rose Bud. HEX triplet: FB, A4 and 95. RGB value is (251,164,149). Sum of RGB (Red+Green+Blue) = 251+164+149=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA495 is #045B6A. Grayscale: #BCBCBC. Windows color (decimal): -285547 or 9807099. OLE color: 9807099.

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

Color convert

RGB 251 164 149 -
CMYK 0 0.35 0.41 0.02
HSL 8.82º 0.93% 0.78% -
HSV(B) 8.82º 0.41% 0.98% -
XYZ 58.48 49.23 34.85 -
YUV 188.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 251 164 149 0 0.35 0.41 0.02 8.82 0.93 0.78
Hex FB A4 95 0 23 29 2 9 5D 4E
Octal 373 244 225 0 43 51 2 11 135 116
Binary 11111011 10100100 10010101 0 100011 101001 10 1001 1011101 1001110

Color Harmonies of #FBA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA495

Black with #FBA495

Text Example


Text Example

White with #FBA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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