Html Css Color HEX #FBA49E Rose Bud

📋 copy color: '#FBA49E'

red 251 ◦ green 164 ◦ blue 158

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

Shades of Rose Bud #FBA49E

Tints of Rose Bud #FBA49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.57%

R = 43.8%
G = 28.62%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA49E (or 0xFBA49E) is known color: Rose Bud. HEX triplet: FB, A4 and 9E. RGB value is (251,164,158). Sum of RGB (Red+Green+Blue) = 251+164+158=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA49E is #045B61. Grayscale: #BDBDBD. Windows color (decimal): -285538 or 10396923. OLE color: 10396923.

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

Color convert

RGB 251 164 158 -
CMYK 0 0.35 0.37 0.02
HSL 3.87º 0.92% 0.8% -
HSV(B) 3.87º 0.37% 0.98% -
XYZ 59.23 49.53 38.79 -
YUV 189.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 251 164 158 0 0.35 0.37 0.02 3.87 0.92 0.8
Hex FB A4 9E 0 23 25 2 4 5C 50
Octal 373 244 236 0 43 45 2 4 134 120
Binary 11111011 10100100 10011110 0 100011 100101 10 100 1011100 1010000

Color Harmonies of #FBA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA49E

Black with #FBA49E

Text Example


Text Example

White with #FBA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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