Html Css Color HEX #FBA491 Rose Bud

📋 copy color: '#FBA491'

red 251 ◦ green 164 ◦ blue 145

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

Shades of Rose Bud #FBA491

Tints of Rose Bud #FBA491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 44.82%
G = 29.29%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBA491 (or 0xFBA491) is known color: Rose Bud. HEX triplet: FB, A4 and 91. RGB value is (251,164,145). Sum of RGB (Red+Green+Blue) = 251+164+145=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA491 is #045B6E. Grayscale: #BCBCBC. Windows color (decimal): -285551 or 9544955. OLE color: 9544955.

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

Color convert

RGB 251 164 145 -
CMYK 0 0.35 0.42 0.02
HSL 10.75º 0.93% 0.78% -
HSV(B) 10.75º 0.42% 0.98% -
XYZ 58.17 49.1 33.2 -
YUV 187.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 251 164 145 0 0.35 0.42 0.02 10.75 0.93 0.78
Hex FB A4 91 0 23 2A 2 B 5D 4E
Octal 373 244 221 0 43 52 2 13 135 116
Binary 11111011 10100100 10010001 0 100011 101010 10 1011 1011101 1001110

Color Harmonies of #FBA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA491

Black with #FBA491

Text Example


Text Example

White with #FBA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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